ChatGPT-Next-Web/middleware.ts
2023-11-07 17:25:40 +01:00

6 lines
107 B
TypeScript

export { default } from "next-auth/middleware";
export const config = {
matcher: ["/((?!login).*)"],
};