diff --git a/src/routes/cors-anywhere/dbg/+server.ts b/src/routes/cors-anywhere/dbg/+server.ts index a14da31..5e7d05b 100644 --- a/src/routes/cors-anywhere/dbg/+server.ts +++ b/src/routes/cors-anywhere/dbg/+server.ts @@ -12,11 +12,11 @@ export async function GET({ url }) { return json({ headers: Object.fromEntries(ret.headers.entries()), - body: data, url: ret.url, original: url.searchParams.get('url'), code: ret.status, text: ret.statusText, - type: ret.type + type: ret.type, + body: data, }); } \ No newline at end of file