Closed jappe999 closed 5 years ago
I should be redirect to either /login or /game if I load the index route /.
/login
/game
/
I get a 404 error when I try to load /.
Add a placeholder page for index and redirect to /game.
I cannot use the app when I don't know what the correct route is.
Expected Behavior
I should be redirect to either
/login
or/game
if I load the index route/
.Current Behavior
I get a 404 error when I try to load
/
.Possible Solution
Add a placeholder page for index and redirect to
/game
.Steps to Reproduce (for bugs)
/
/game
Context
I cannot use the app when I don't know what the correct route is.
Your Environment