more debug

This commit is contained in:
Daniel Bulant 2023-08-22 12:25:51 +02:00
parent 2a65e607f2
commit 7e0995b2d4

View file

@ -12,6 +12,8 @@ export async function GET({ url }) {
return json({
headers: Object.fromEntries(ret.headers.entries()),
body: data
body: data,
url: ret.url,
original: url.searchParams.get('url')
});
}