spe-uob / 2021-AIWorkflow

IBM AI Workflow Project
https://ai-workflow.classroom-eu-gb-1-bx2-4x1-d4ceb080620f0ec34cd169ad110144ef-0000.eu-gb.containers.appdomain.cloud/
MIT License
2 stars 1 forks source link

Frontend - HashRouter to BrowserRouter #130

Closed mitchLui closed 2 years ago

mitchLui commented 2 years ago

This is more of a personal nitpick but for some reason the page has always used a HashRouter instead of a BrowserRouter which results in a hash in our website URLs, i.e. instead of https://domain.tld/workflow we get https://domain.tld/#/workflow. Just very annoying in my opinion so we should fix that.