[test] backup request

This commit is contained in:
kwaroran
2023-05-27 00:50:42 +09:00
parent e31d2c4e2a
commit 5b74ab6775
4 changed files with 555 additions and 491 deletions

View File

@@ -29,10 +29,7 @@ async function drive(request, env){
const json = await resp.json()
if(json.access_token && json.expires_in){
return new Response(JSON.stringify({
access_token: json.access_token,
expires_in: json.expires_in
}), {
return new Response(json, {
status: 200,
headers: headerE
})