Skip to content

Commit

Permalink
Updated the "dashboard" proxy name to be "ui" instead to correspond t…
Browse files Browse the repository at this point in the history
…o changes made to our terraform configuration.
  • Loading branch information
anilnatha committed Dec 17, 2024
1 parent 1ae7aee commit fde9610
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']}/dashboard`}>
<BrowserRouter basename={`${Config['general']['project']}/${Config['general']['venue']}/ui`}>
<Routes>
<Route path="*" Component={AuthorizationWrapper}/>
</Routes>
Expand Down

0 comments on commit fde9610

Please sign in to comment.