ChatGPT-Next-Web/middleware.ts
DirkSchlossmacher b257f43ca2 api/cache/upload
2024-08-16 09:30:56 +02:00

8 lines
154 B
TypeScript

export { default } from "next-auth/middleware";
export const config = {
matcher: [
"/((?!login|static|.*\\..*|_next|api/cache/upload).*)",
],
};