4 lines
106 B
JavaScript
4 lines
106 B
JavaScript
export { default } from "next-auth/middleware";
|
|
|
|
export const config = { matcher: ["/myportal/:path*"] };
|