Refactorijg
This commit is contained in:
parent
2cdcbcc80e
commit
865fd25af1
19 changed files with 46 additions and 44 deletions
|
|
@ -33,7 +33,7 @@ export default Vue.extend({
|
|||
Progress.start();
|
||||
this.fetching = true;
|
||||
|
||||
(this as any).api('reversi/games/show', {
|
||||
(this as any).api('games/reversi/games/show', {
|
||||
gameId: this.$route.params.game
|
||||
}).then(game => {
|
||||
this.game = game;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue