mirror of
https://github.com/LucasVbr/meeting-app.git
synced 2026-05-13 17:21:53 +00:00
6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
export { default } from "next-auth/middleware";
|
|
|
|
export const config = {
|
|
matcher: ["/dashboard", "/profile", "/chat", "/chat/:path*"],
|
|
};
|