Skip to content

Commit

Permalink
Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronnie5562 committed Aug 1, 2024
1 parent 8a4a9fd commit b0b8d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docnet_frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Appointments from "./pages/app/Appointments";

const App = () => {
return (
<BrowserRouter basename={import.meta.env.BASE_URL}>
<BrowserRouter>
<AuthServiceProvider>
<Routes>
{/* AUTH ROUTES */}
Expand Down

0 comments on commit b0b8d8d

Please sign in to comment.