From e82268db7ee9863b2eaeea64f843afa091b024f8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 9 Mar 2018 18:29:27 +0900 Subject: :v: --- src/api/endpoints.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/api/endpoints.ts') 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 @@ -253,6 +253,11 @@ const endpoints: Endpoint[] = [ withCredential: true }, + { + name: 'othello/games/show', + withCredential: true + }, + { name: 'mute/create', withCredential: true, -- cgit v1.2.3-freya