mirror of
https://github.com/danbulant/Mangades
synced 2026-06-19 14:21:23 +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({
|
||||
headers: Object.fromEntries(ret.headers.entries()),
|
||||
body: data
|
||||
body: data,
|
||||
url: ret.url,
|
||||
original: url.searchParams.get('url')
|
||||
});
|
||||
}
|
||||
Loading…
Reference in a new issue