diff options
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 c6661533e8..e5be68c096 100644 --- a/src/api/endpoints.ts +++ b/src/api/endpoints.ts @@ -168,6 +168,10 @@ const endpoints: Endpoint[] = [ withCredential: true }, { + name: 'i/pin', + kind: 'account-write' + }, + { name: 'i/appdata/get', withCredential: true }, |