el.xwx.moe/middleware.ts
2023-02-06 21:29:23 +03:30

4 lines
91 B
TypeScript

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