keithb418 / scrum-team-app

Apache License 2.0
3 stars 5 forks source link

Fix routes to work with normal npm start #64

Closed asc2683 closed 6 years ago

keithb418 commented 6 years ago

It turns out the routes work in the normal npm start if you navigate using the app. The issue occurs if you are typing the routes into the browser.

asc2683 commented 6 years ago

Yes, this needs to be fixed. Its a bug.

asc2683 commented 6 years ago

Fixed. Replaced custom routes implementation with React Router.