Skip to content

Commit

Permalink
'update'
Browse files Browse the repository at this point in the history
  • Loading branch information
youfeed committed Dec 4, 2023
1 parent 5b39daa commit a539071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/drive/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ export function onRequest({request,env}) {
// const request = context.request;
const cf = request.cf;
const algorithm = 'aes-128-cbc';
let data = {secret:secret,request:request,signature:signature,de_two:de_two}
let data = {secret:secret,request:request,signature:signature,de_two:de_two.toString()}
return new Response(JSON.stringify(data, null, 2),{headers:{'content-type':'application/json;charset=UTF-8'}});
}

0 comments on commit a539071

Please sign in to comment.