Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
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" },
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user