develop-me / bagajob

Job Hunting Management App built by Develop Me students for Develop Me students.
https://bagajob.developme.space
GNU Affero General Public License v3.0
1 stars 2 forks source link

removed /bagajob from homepage URL #52

Closed kierancott closed 4 years ago

kierancott commented 4 years ago

Issue:

On npm start React-Router directs to localhost:3000/bagajob which does not exist and results in Error 404:

Screenshot 2020-09-21 at 13 29 59

Action:

Change default URL on npm start to localhost:3000

Result:

On npm start, React Router directs to correct URL: localhost:3000

Screenshot 2020-09-21 at 13 36 54