Skip to content

Commit b8692fa

Browse files
committed
refactor(proxy): add proxy function with request matcher configuration
1 parent fbfb493 commit b8692fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { type NextRequest, NextResponse } from 'next/server';
22

3-
export async function middleware(request: NextRequest) {
3+
export async function proxy(request: NextRequest) {
44
return NextResponse.next();
55
}
66

0 commit comments

Comments
 (0)