Skip to content

Commit

Permalink
Merge pull request #101 from CS3219-AY2324S1/assignment-3-final
Browse files Browse the repository at this point in the history
Assignment-3 Submission
  • Loading branch information
Jai2501 authored Nov 18, 2023
2 parents 661f68f + ca36c46 commit c131758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function App() {
element={
<ProtectedRoute
redirectPath="/unauthorized"
checkAdminStatus={false}
checkAdminStatus={true}
>
<Questions />
</ProtectedRoute>
Expand Down

0 comments on commit c131758

Please sign in to comment.