Skip to content

Commit

Permalink
Fix route protection
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgio-tran committed Nov 13, 2023
1 parent c8a8431 commit e7ecd6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions my-app/src/middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const config = {
"/events",
"/event/:path*",
"/home",
// "/organization",
"/organization",
"/data-insights",
"/thread",
"/threads",
Expand All @@ -80,6 +80,6 @@ export const config = {
"/api/mongo/event/status/:path*",
"/api/mongo/event/storage-node/:path*",
"/api/mongo/event/transport/:path*",
"/api/mongo/event/all"
// "/api/mongo/event/all"
],
};

0 comments on commit e7ecd6a

Please sign in to comment.