This commit is contained in:
2025-11-28 16:19:31 -03:00
parent f684f4021f
commit 441640e8fd

View File

@@ -63,7 +63,7 @@ export async function action({ request, context }: Route.ActionArgs) {
}) })
if (r.status === 200) { if (r.status === 200) {
return Response.json(await r.json(), { return Response.json(null, {
status: r.status, status: r.status,
headers: r.headers headers: r.headers
}) })