6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
|
|
Deno.serve(() => new Response("Supabase Edge Functions ready", {
|
||
|
|
headers: {
|
||
|
|
"content-type": "text/plain",
|
||
|
|
},
|
||
|
|
}))
|