el.xwx.moe/middleware.ts

4 lines
91 B
TypeScript
Raw Normal View History

2023-02-06 11:59:23 -06:00
export { default } from "next-auth/middleware";
export const config = { matcher: ["/"] };