Commit 51496b3c authored by Roopashree L's avatar Roopashree L
Browse files

changed default landing page path

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -104,7 +104,7 @@ function App() {
<BrowserRouter basename={'/app'}>
<Routes>
{/* Default landing page */}
<Route path="/app" element={<Navigate to="/auth/login" />} />
<Route path="/" element={<Navigate to="/auth/login" />} />
{/* Register and Login Routes */}
<Route path={ADMIN_ROUTE_MAP.auth} element={<Authenticate />}>
......
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