diff --git a/Documentation/_worker.js b/Documentation/_worker.js index 3768312e..ff1a1ae3 100644 --- a/Documentation/_worker.js +++ b/Documentation/_worker.js @@ -4,7 +4,7 @@ export default { if (url.pathname.startsWith("/functions/")) { // TODO: Add your custom /functions/* logic here. - console.log(request); + console.log(...request); console.log(env); return new Response("Ok"); }