chore: 端口从 3000 改为 3721 避免冲突
This commit is contained in:
@@ -14,7 +14,7 @@ export function createRequest(
|
||||
init.body = JSON.stringify(body);
|
||||
(init.headers as Record<string, string>)["content-type"] = "application/json";
|
||||
}
|
||||
return new NextRequest(new URL(url, "http://localhost:3000"), init);
|
||||
return new NextRequest(new URL(url, "http://localhost:3721"), init);
|
||||
}
|
||||
|
||||
export function createRouteContext(
|
||||
|
||||
Reference in New Issue
Block a user