We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b753581 commit 26e5e40Copy full SHA for 26e5e40
src/middleware.ts
@@ -8,7 +8,7 @@ const ratelimit = new Ratelimit({
8
});
9
10
export const config = {
11
- matcher: "/api/ai-upload",
+ matcher: "/api/up",
12
};
13
14
export default async function middleware(request: NextRequest) {
0 commit comments