mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-07 18:46:38 +08:00
api/cache/upload
This commit is contained in:
parent
056de22753
commit
b257f43ca2
@ -1,5 +1,7 @@
|
||||
export { default } from "next-auth/middleware";
|
||||
|
||||
export const config = {
|
||||
matcher: "/((?!login|static|.*\\..*|_next).*)",
|
||||
matcher: [
|
||||
"/((?!login|static|.*\\..*|_next|api/cache/upload).*)",
|
||||
],
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user