return whole response

This commit is contained in:
Dhravya Shah 2024-07-09 14:06:49 -05:00
parent b487eea712
commit abc5d89061

View file

@ -83,5 +83,5 @@ export async function POST(req: NextRequest) {
);
}
return new Response(resp.body, { status: 200 });
return resp
}