summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/api/endpoints.ts')
-rw-r--r--src/server/api/endpoints.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/server/api/endpoints.ts b/src/server/api/endpoints.ts
index 5f0a020d6f..a5d13b0237 100644
--- a/src/server/api/endpoints.ts
+++ b/src/server/api/endpoints.ts
@@ -245,27 +245,27 @@ const endpoints: Endpoint[] = [
},
{
- name: 'othello/match',
+ name: 'reversi/match',
withCredential: true
},
{
- name: 'othello/match/cancel',
+ name: 'reversi/match/cancel',
withCredential: true
},
{
- name: 'othello/invitations',
+ name: 'reversi/invitations',
withCredential: true
},
{
- name: 'othello/games',
+ name: 'reversi/games',
withCredential: true
},
{
- name: 'othello/games/show'
+ name: 'reversi/games/show'
},
{