diff options
Diffstat (limited to 'src/api/endpoints.ts')
| -rw-r--r-- | src/api/endpoints.ts | 5 |
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' |