mirror of
https://github.com/danbulant/Mangades
synced 2026-07-06 03:20:42 +00:00
more debug
This commit is contained in:
parent
2a65e607f2
commit
7e0995b2d4
1 changed files with 3 additions and 1 deletions
|
|
@ -12,6 +12,8 @@ export async function GET({ url }) {
|
||||||
|
|
||||||
return json({
|
return json({
|
||||||
headers: Object.fromEntries(ret.headers.entries()),
|
headers: Object.fromEntries(ret.headers.entries()),
|
||||||
body: data
|
body: data,
|
||||||
|
url: ret.url,
|
||||||
|
original: url.searchParams.get('url')
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue