mirror of
https://github.com/danbulant/Mangades
synced 2026-06-24 17:11:45 +00:00
reorder debug
This commit is contained in:
parent
7912c4d0b3
commit
d191ade47c
1 changed files with 2 additions and 2 deletions
|
|
@ -12,11 +12,11 @@ export async function GET({ url }) {
|
||||||
|
|
||||||
return json({
|
return json({
|
||||||
headers: Object.fromEntries(ret.headers.entries()),
|
headers: Object.fromEntries(ret.headers.entries()),
|
||||||
body: data,
|
|
||||||
url: ret.url,
|
url: ret.url,
|
||||||
original: url.searchParams.get('url'),
|
original: url.searchParams.get('url'),
|
||||||
code: ret.status,
|
code: ret.status,
|
||||||
text: ret.statusText,
|
text: ret.statusText,
|
||||||
type: ret.type
|
type: ret.type,
|
||||||
|
body: data,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue