© 2026 Hedgehog Software, LLC
js Deno.serve(async (req)=>{ return new Response(JSON.stringify({ test: 'Hello World' }), { headers: { "Content-Type": "application/json" } }); });