Skip to content

Commit

Permalink
refactor : Add admin & admin-login routes
Browse files Browse the repository at this point in the history
  • Loading branch information
ad956 committed Jul 27, 2024
1 parent 1d20dc1 commit bd25983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const PRIVATE_ROUTES = [
"/receptionist",
"/doctor",
"/hospital",
// "/admin",
"/admin",
];

const SESSION_COOKIE = "session";
Expand Down

0 comments on commit bd25983

Please sign in to comment.