mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-06 08:16:03 +00:00
return whole response
This commit is contained in:
parent
b487eea712
commit
abc5d89061
1 changed files with 1 additions and 1 deletions
|
|
@ -83,5 +83,5 @@ export async function POST(req: NextRequest) {
|
|||
);
|
||||
}
|
||||
|
||||
return new Response(resp.body, { status: 200 });
|
||||
return resp
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue