Skip to content
Snippets Groups Projects
Verified Commit c5894aa4 authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Re-insert auth.

parent 53de9a1c
No related branches found
No related tags found
2 merge requests!85Implement the remaining api calls to make possible to link a driver shift with a reservation.,!75Resolve "Driver shift page where driver inserts shift."
......@@ -27,7 +27,7 @@ export const App: FC = () => {
<Switch>
<Route exact path={NonAuthRoutes.home} component={LandingPage} />
<Route path={NonAuthRoutes.auth} component={AuthUser} />
<Route path={AuthRoutes.dashboard} component={Dashboard} />
<Route path={AuthRoutes.dashboard} component={All(Dashboard)} />
<Route path={NonAuthRoutes.unauthorized} component={Unauthorized} />
<Route component={NotFound} />
</Switch>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment