nelsontky / card-table

0 stars 0 forks source link

Check url path when starting game #13

Open nelsontky opened 3 years ago

nelsontky commented 3 years ago

Currently, any url path will give you the peerjs loading screen. This is not desired and a possible way is to nest a game into its own frontend path e.g. cardtable.cf/game/{id}. Then, create a catch all 404 page.