chore: 端口从 3000 改为 3721 避免冲突

This commit is contained in:
2026-03-02 01:07:45 +08:00
parent 7fd1005e03
commit ea49ce6081
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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(