GET http://localhost:8000/hackathons/0 - Cannot GET /hackathons/0
GET http://localhost:8000/hackathons/0/submit - Cannot GET /hackathons/0/submit
Will require a change in webserver. Right now these URLs are embedded in the client side using react-router-component. See here
GET
http://localhost:8000/hackathons/0- Cannot GET /hackathons/0GET
http://localhost:8000/hackathons/0/submit- Cannot GET /hackathons/0/submitWill require a change in webserver. Right now these URLs are embedded in the client side using
react-router-component. See here