@@ -5,5 +5,5 @@ export default function middleware(request: Request) {
}
export const config = {
- matcher: ["/files/:path*", "/api-docs/:path*"],
+ matcher: ["/files/:path*", "/api-docs/:path*", "/api/:path*"],
};