Skip to content

Commit

Permalink
Reverted 'ui' to 'dashboard' proxy name.
Browse files Browse the repository at this point in the history
  • Loading branch information
anilnatha committed Dec 17, 2024
1 parent fde9610 commit 5de1231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import './index.css'
ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
<React.StrictMode>
<HelmetProvider>
<BrowserRouter basename={`${Config['general']['project']}/${Config['general']['venue']}/ui`}>
<BrowserRouter basename={`${Config['general']['project']}/${Config['general']['venue']}/dashboard`}>
<Routes>
<Route path="*" Component={AuthorizationWrapper}/>
</Routes>
Expand Down

0 comments on commit 5de1231

Please sign in to comment.