mirror of
https://github.com/langchain-ai/content-writer.git
synced 2026-07-01 21:34:17 -04:00
cr
This commit is contained in:
@@ -30,7 +30,10 @@ async function handleRequest(req: NextRequest, method: string) {
|
||||
options.body = await req.text();
|
||||
}
|
||||
|
||||
const res = await fetch(`${process.env.LANGGRAPH_API_URL}/${path}${queryString}`, options);
|
||||
const res = await fetch(
|
||||
`${process.env.LANGGRAPH_API_URL}/${path}${queryString}`,
|
||||
options
|
||||
);
|
||||
|
||||
return new NextResponse(res.body, {
|
||||
status: res.status,
|
||||
|
||||
Reference in New Issue
Block a user