mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 02:56:39 +08:00
8 lines
154 B
TypeScript
8 lines
154 B
TypeScript
export { default } from "next-auth/middleware";
|
|
|
|
export const config = {
|
|
matcher: [
|
|
"/((?!login|static|.*\\..*|_next|api/cache/upload).*)",
|
|
],
|
|
};
|