Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-13 05:02:12 +00:00
co-authored by renee-png
parent 72a1bf3e0a
commit 58d33ad9b7
@@ -0,0 +1,5 @@
Deno.serve(async (_req) => {
return new Response(JSON.stringify({ ok: true }), {
headers: { "Content-Type": "application/json" },
});
});