Created migrate-helper edge func
X-Lovable-Edit-ID: edt-bf920880-401a-4b36-8977-1075bb315815 Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
@@ -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