Skip to content

Commit

Permalink
Issue Swasth-Digital-Health-Foundation#575 refactor: minor route change
Browse files Browse the repository at this point in the history
  • Loading branch information
yashashkumar committed Nov 24, 2023
1 parent 8e90ca6 commit fdd5ab2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opd-app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ const App = () => {
draggable
/>
<Routes>
<Route path="/" element={<Login />} />
<Route path="/" element={<Navigate to="/opd-login" />} />
<Route path="/opd-login" element={<Login />}></Route>
<Route element={<DefaultLayout />}>
<Route path="/home" element={<Home />} />
<Route
Expand Down

0 comments on commit fdd5ab2

Please sign in to comment.