Commit 3df2ea9b authored by Roopashree L's avatar Roopashree L
Browse files

added basename

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -73,7 +73,7 @@ function App() {
<Toast toastMsg={toast.toastMsg} toastType={toast.toastType} />
)}
<BrowserRouter>
<BrowserRouter basename={'/app'}>
<Routes>
<Route path={APPLICANT_ROUTE_MAP.auth} element={<Authenticate />}>
<Route
......
......@@ -101,7 +101,7 @@ function App() {
{toast.toastOpen && (
<Toast toastMsg={toast.toastMsg} toastType={toast.toastType} />
)}
<BrowserRouter>
<BrowserRouter basename={'/app'}>
<Routes>
{/* Default landing page */}
<Route path="/" element={<Navigate to="/auth/login" />} />
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment