Skip to content

Commit

Permalink
Make /home protected
Browse files Browse the repository at this point in the history
  • Loading branch information
theNatePi committed Feb 7, 2025
1 parent 035d7dd commit c61c82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const App = () => {
/>
<Route
path ="/home"
element={<Home />}
element={<ProtectedRoute element={<Home />} />}
/>
<Route
path="/admin"
Expand Down

0 comments on commit c61c82d

Please sign in to comment.