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 f7f7d8f commit 344ead6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Documentation/_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 344ead6

Please sign in to comment.