mirror of
https://github.com/danbulant/Mangades
synced 2026-06-10 18:12:10 +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({
|
||||
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,
|
||||
});
|
||||
}
|
||||
Loading…
Reference in a new issue