mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-29 09:20:01 +02:00
@ -79,6 +79,7 @@ async function handleRequest(request: NextRequest, path: string[]) {
|
||||
method: request.method,
|
||||
headers: request.headers,
|
||||
body: request.body,
|
||||
signal: request.signal,
|
||||
// @ts-ignore
|
||||
duplex: "half",
|
||||
});
|
||||
|
Reference in New Issue
Block a user