fix: offline tictactoe: fixed 404 error
This commit is contained in:
@ -93,7 +93,7 @@ const router = async(uri) => {
|
||||
{ path: "/matchmaking", view: MatchMakingView },
|
||||
{ path: "/games/pong/offline", view: PongOfflineView },
|
||||
{ path: "/games/pong/:id", view: PongOnlineView },
|
||||
{ path: "/games/tictactoe", view: TicTacToeOfflineView },
|
||||
{ path: "/games/tictactoe/offline", view: TicTacToeOfflineView },
|
||||
{ path: "/games/tictactoe/:id", view: TicTacToeOnlineView },
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user