diff --git a/Documentation/_worker.js b/Documentation/_worker.js index ccce2af1..1af11903 100644 --- a/Documentation/_worker.js +++ b/Documentation/_worker.js @@ -3,8 +3,7 @@ export default { const url = new URL(request.url); if (url.pathname.startsWith("/functions/")) { - // TODO: Add your custom /functions/* logic here. - return new Response("Oks"); + console.log(request); } // Otherwise, serve the static assets.