mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-21 07:26:50 +00: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