reversi 💮 💯

This commit is contained in:
syuilo 2018-06-17 08:10:54 +09:00
parent 03f20599ba
commit 1ef66c962a
48 changed files with 197 additions and 197 deletions

View file

@ -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'
},
{