this repo has no description
at main 3 lines 65 B view raw
1export default { 2 fetch: () => new Response('Hello, World!') 3}