Skip to content

Commit

Permalink
remove basename
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmagnus committed Sep 25, 2023
1 parent cb10df3 commit 6d8c530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/core/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const CoreRouter = (): JSX.Element => {
]

return (
<Router basename='/sandbox/v2'>
<Router>
<Routes>{routes.map(route => route)}</Routes>
</Router>
)
Expand Down

0 comments on commit 6d8c530

Please sign in to comment.