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