Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 30, 2023
1 parent 1de1f6a commit ec91097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit ec91097

Please sign in to comment.