migrate from next middleware to proxy
This commit is contained in:
parent
d733609c61
commit
f4ab1534ed
|
|
@ -1,6 +1,6 @@
|
|||
import { NextResponse } from "next/server";
|
||||
|
||||
export async function middleware() {
|
||||
export async function proxy() {
|
||||
return NextResponse.next();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue