Files
service-admin-panel/middleware.js
T
2024-03-29 15:14:20 +00:00

9 lines
149 B
JavaScript

export { default } from "next-auth/middleware";
export const config = {
matcher: ["/panel", "/panel/:path*"],
pages: {
signIn: "/",
},
};