summaryrefslogtreecommitdiff
path: root/src/api/endpoints.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-03-09 18:29:27 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-03-09 18:29:27 +0900
commite82268db7ee9863b2eaeea64f843afa091b024f8 (patch)
tree0f88d55d7f9bf3e1d3a4a91aafdd972af87117af /src/api/endpoints.ts
parentなんかもうめっちゃ変えた (diff)
downloadsharkey-e82268db7ee9863b2eaeea64f843afa091b024f8.tar.gz
sharkey-e82268db7ee9863b2eaeea64f843afa091b024f8.tar.bz2
sharkey-e82268db7ee9863b2eaeea64f843afa091b024f8.zip
:v:
Diffstat (limited to 'src/api/endpoints.ts')
-rw-r--r--src/api/endpoints.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/api/endpoints.ts b/src/api/endpoints.ts
index fad6667111..1fc9465cd0 100644
--- a/src/api/endpoints.ts
+++ b/src/api/endpoints.ts
@@ -254,6 +254,11 @@ const endpoints: Endpoint[] = [
},
{
+ name: 'othello/games/show',
+ withCredential: true
+ },
+
+ {
name: 'mute/create',
withCredential: true,
kind: 'account/write'