jappe999 / project-cards

Cards Against Humanity App
https://project-against-cards.herokuapp.com/
GNU General Public License v3.0
1 stars 0 forks source link

Redirect to index #66

Closed jappe999 closed 5 years ago

jappe999 commented 5 years ago

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)

  1. Load the app on /
  2. Receive a 404 error
  3. Load the app on /game
  4. Receive a 200 OK

Context

I cannot use the app when I don't know what the correct route is.

Your Environment