3D working
This commit is contained in:
@ -90,8 +90,8 @@ const router = async(uri) => {
|
||||
{ path: "/matchmaking", view: MatchMakingView },
|
||||
{ path: "/games/offline", view: GameOfflineView },
|
||||
{ path: "/tictactoe", view: TicTacToeView },
|
||||
{ path: "/games/0/:id", view: GameView2D },
|
||||
{ path: "/games/1/:id", view: GameView3D },
|
||||
{ path: "/games/:id/0", view: GameView2D },
|
||||
{ path: "/games/:id/1", view: GameView3D },
|
||||
];
|
||||
|
||||
// Test each route for potential match
|
||||
|
Reference in New Issue
Block a user