mirror of
https://github.com/stoatchat/service-admin-panel.git
synced 2026-07-01 21:44:47 -04:00
9 lines
149 B
JavaScript
9 lines
149 B
JavaScript
export { default } from "next-auth/middleware";
|
|
|
|
export const config = {
|
|
matcher: ["/panel", "/panel/:path*"],
|
|
pages: {
|
|
signIn: "/",
|
|
},
|
|
};
|