Skip to content

Commit

Permalink
bugfix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-vogel committed Mar 2, 2021
1 parent f27f09f commit fe8f6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export default function App() {
return (
<Router>
<Home path={`${baseroute}/`} />
<Board path={`${baseroute}/departures`} />
<Board path={`${baseroute}/departures/:params?`} />
</Router>
)
}

0 comments on commit fe8f6cd

Please sign in to comment.