summaryrefslogtreecommitdiff
path: root/tests/testdata/serve/no_args.ts
blob: 891ddea6758634f41ace3bcb86a52cb9d9d4f029 (plain)
1
2
3
4
5
export default {
  fetch() {
    return new Response("deno serve with no args in fetch() works!");
  },
};