api/cache/upload

This commit is contained in:
DirkSchlossmacher 2024-08-16 09:30:56 +02:00
parent 056de22753
commit b257f43ca2

View File

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