diff options
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 }, |