Skip to content

Commit

Permalink
fix: home page
Browse files Browse the repository at this point in the history
  • Loading branch information
jetsung committed Jan 3, 2024
1 parent 403fdb6 commit ba5885f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
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 === '/') {
return new Response('[CDN]request method: ' + request.method);
return new Response(`[CDN] eg: ${request.method}/example.com/file/path`);
}

if (url.pathname === '/favicon.ico') {
Expand Down

0 comments on commit ba5885f

Please sign in to comment.