Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
liuweiGL authored Jun 11, 2024
1 parent e0b89ca commit abc963f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ async function handleRequest(request) {
redirect: "follow",
});
const res = await fetch(newReq);
console.log(newUrl, res);
console.log(newUrl, JSON.stringify(res));
return res;
}

Expand Down

0 comments on commit abc963f

Please sign in to comment.