Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ocitocit committed Oct 17, 2023
1 parent 58385b1 commit d88b8b4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions middleware.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export { default } from "next-auth/middleware";

export const config = {
matcher: [
"/trips",
"/reservations",
"/favorites",
"/properties"
]
};

0 comments on commit d88b8b4

Please sign in to comment.