summaryrefslogtreecommitdiff
path: root/src/api/endpoints.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-02-09 00:11:16 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-02-09 00:11:16 +0900
commitbc1698e755cbfa33257360f5bdff781e8ecef517 (patch)
tree195b3b9654fcd13ccc708a508ccb55f2d2fee91a /src/api/endpoints.ts
parentRefactor: Clean up (diff)
downloadsharkey-bc1698e755cbfa33257360f5bdff781e8ecef517.tar.gz
sharkey-bc1698e755cbfa33257360f5bdff781e8ecef517.tar.bz2
sharkey-bc1698e755cbfa33257360f5bdff781e8ecef517.zip
nanka iroiro
Diffstat (limited to 'src/api/endpoints.ts')
-rw-r--r--src/api/endpoints.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/endpoints.ts b/src/api/endpoints.ts
index ad45f42bc7..e4abc06f53 100644
--- a/src/api/endpoints.ts
+++ b/src/api/endpoints.ts
@@ -46,6 +46,7 @@ export default [
{ name: 'i/appdata/get', shouldBeSignin: true },
{ name: 'i/appdata/set', shouldBeSignin: true },
{ name: 'i/signin_history', shouldBeSignin: true, kind: 'account-read' },
+ { name: 'i/authorized_apps', shouldBeSignin: true, secure: true },
{ name: 'i/notifications', shouldBeSignin: true, kind: 'notification-read' },
{ name: 'notifications/delete', shouldBeSignin: true, kind: 'notification-write' },