le caca coule au cucu

This commit is contained in:
2024-03-25 16:11:07 +01:00
parent 2cc4a088f0
commit 7ac835e611
7 changed files with 20 additions and 11 deletions

View File

@ -92,8 +92,7 @@ const router = async(uri) => {
{ path: "/matchmaking", view: MatchMakingView },
{ path: "/games/offline", view: GameOfflineView },
{ path: "/tictactoe", view: TicTacToeView },
{ path: "/games/:id/0", view: GameView2D },
{ path: "/games/:id/1", view: GameView3D },
{ path: "/games/pong/:id", view: GameView2D },
{ path: "/games/tictactoe/:id", view: TicTacToeOnlineView },
];