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 67c3efe commit 0fa0d4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Documentation/_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ export default {
async fetch(request, env) {
const url = new URL(request.url);

if (url.pathname.startsWith("/functions/")) {
// TODO: Add your custom /functions/* logic here.
return new Response("Ok");
}
// if (url.pathname.startsWith("/functions/")) {
// // TODO: Add your custom /functions/* logic here.
// return new Response("Ok");
// }

// Otherwise, serve the static assets.
// Without this, the Worker will error and no assets will be served.
Expand Down

0 comments on commit 0fa0d4d

Please sign in to comment.