Files
meeting-app/src/middleware.ts
T

6 lines
140 B
TypeScript

export { default } from "next-auth/middleware";
export const config = {
matcher: ["/dashboard", "/profile", "/chat", "/chat/:path*"],
};