Refactorijg

This commit is contained in:
syuilo
2018-07-07 19:01:33 +09:00
parent 2cdcbcc80e
commit 865fd25af1
19 changed files with 46 additions and 44 deletions

View File

@@ -245,27 +245,27 @@ const endpoints: Endpoint[] = [
},
{
name: 'reversi/match',
name: 'games/reversi/match',
withCredential: true
},
{
name: 'reversi/match/cancel',
name: 'games/reversi/match/cancel',
withCredential: true
},
{
name: 'reversi/invitations',
name: 'games/reversi/invitations',
withCredential: true
},
{
name: 'reversi/games',
name: 'games/reversi/games',
withCredential: true
},
{
name: 'reversi/games/show'
name: 'games/reversi/games/show'
},
{