diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-08-28 23:47:43 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-08-28 23:47:43 +0900 |
| commit | ffaec0b9712df9a5024c0883a154442f02b72a03 (patch) | |
| tree | 004e54ee0115860d8fa009ad8f5e2e14479ef239 /src/api/endpoints.ts | |
| parent | WIP #738 (diff) | |
| download | sharkey-ffaec0b9712df9a5024c0883a154442f02b72a03.tar.gz sharkey-ffaec0b9712df9a5024c0883a154442f02b72a03.tar.bz2 sharkey-ffaec0b9712df9a5024c0883a154442f02b72a03.zip | |
#497
Diffstat (limited to 'src/api/endpoints.ts')
| -rw-r--r-- | src/api/endpoints.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/api/endpoints.ts b/src/api/endpoints.ts index 5bbc480a8e..a658c9a42e 100644 --- a/src/api/endpoints.ts +++ b/src/api/endpoints.ts @@ -160,6 +160,10 @@ const endpoints: Endpoint[] = [ kind: 'account-write' }, { + name: 'i/regenerate_token', + withCredential: true + }, + { name: 'i/appdata/get', withCredential: true }, |