mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-16 19:34:44 +08:00
Merge remote-tracking branch 'refs/remotes/origin/experimental' into experimental
This commit is contained in:
@@ -31,7 +31,7 @@ export async function DELETE(
|
||||
}
|
||||
|
||||
async function handleProxy(request: NextRequest, pathSegments: string[]) {
|
||||
const targetUrl = `http://localhost:2024/${pathSegments.join("/")}`;
|
||||
const targetUrl = `http://localhost:8000/${pathSegments.join("/")}`;
|
||||
|
||||
// Preserve query parameters
|
||||
const searchParams = request.nextUrl.searchParams.toString();
|
||||
|
||||
Reference in New Issue
Block a user