diff --git a/apps/web/app/api/chat/route.ts b/apps/web/app/api/chat/route.ts index d1730baa..693b1be5 100644 --- a/apps/web/app/api/chat/route.ts +++ b/apps/web/app/api/chat/route.ts @@ -83,5 +83,5 @@ export async function POST(req: NextRequest) { ); } - return new Response(resp.body, { status: 200 }); + return resp }