el.xwx.moe/middleware.ts
2023-02-09 00:41:33 +03:30

4 lines
105 B
TypeScript

export { default } from "next-auth/middleware";
export const config = { matcher: ["/", "/dashboard"] };