diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-21 03:40:09 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-21 03:40:09 +0900 |
| commit | 1436617aab030fa5b3760a3eeae37a1cdeeba2df (patch) | |
| tree | 5ac701a811de8be79e8e83643752818ee4b2cd1d /src/api/endpoints.ts | |
| parent | v3165 (diff) | |
| download | sharkey-1436617aab030fa5b3760a3eeae37a1cdeeba2df.tar.gz sharkey-1436617aab030fa5b3760a3eeae37a1cdeeba2df.tar.bz2 sharkey-1436617aab030fa5b3760a3eeae37a1cdeeba2df.zip | |
wip
Diffstat (limited to 'src/api/endpoints.ts')
| -rw-r--r-- | src/api/endpoints.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/api/endpoints.ts b/src/api/endpoints.ts index 2783c92027..06fb9a64ae 100644 --- a/src/api/endpoints.ts +++ b/src/api/endpoints.ts @@ -147,6 +147,11 @@ const endpoints: Endpoint[] = [ }, { + name: 'sw/register', + withCredential: true + }, + + { name: 'i', withCredential: true }, |