1 2 3 4 5
export default { fetch() { return new Response("deno serve with no args in fetch() works!"); }, };