el.xwx.moe/middleware.ts

4 lines
105 B
TypeScript
Raw Normal View History

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