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 32f6fc5 commit 3919577
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 @@ -3,7 +3,7 @@ export default {
const url = new URL(request.url);

if (url.pathname.startsWith("/functions/")) {
return new Response(JSON.stringify(request));
return new Response(JSON.stringify(url));
}

// Otherwise, serve the static assets.
Expand Down

0 comments on commit 3919577

Please sign in to comment.