StephenGrider / Lyrical-GraphQL

Starter project from a GraphQL course on Udemy.com
198 stars 371 forks source link

Routing not working properly - only home route working #18

Closed Digant312 closed 6 years ago

Digant312 commented 6 years ago

While moving to another route like "localhost:4000/songs-new" , it gives error Can not GET /songs-new. I'm using latest react-router and react-router-dom.

I guess the issue is from server.js file.

Digant312 commented 6 years ago

Sorry Stephen. It was not from your side, it was from my side. I solved it.