diff options
Diffstat (limited to 'src/api/endpoints.ts')
| -rw-r--r-- | src/api/endpoints.ts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/api/endpoints.ts b/src/api/endpoints.ts index afefce39e5..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 }, @@ -160,6 +165,11 @@ const endpoints: Endpoint[] = [ kind: 'account-write' }, { + name: 'i/update_home', + withCredential: true, + kind: 'account-write' + }, + { name: 'i/change_password', withCredential: true }, |