deno.land / x / fresh@1.1.1 / tests / fixture / routes / api / get_only.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
export const handler = { GET() { return new Response("Get fresh!", { headers: { "Content-Type": "application/json; charset=utf-8", }, }); }, NOTAMETHOD() { throw new Error("unreachable"); },};
fresh

Version Info

Tagged at
2 years ago