From f3e0cf861fd510c24090fe45c87205a341e61100 Mon Sep 17 00:00:00 2001 From: songtianlun Date: Thu, 22 Aug 2024 01:16:47 +0800 Subject: [PATCH] fix: supbase hello function demo --- apps/dokploy/templates/supabase/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/templates/supabase/index.ts b/apps/dokploy/templates/supabase/index.ts index 36320ab46..5021d6bd3 100644 --- a/apps/dokploy/templates/supabase/index.ts +++ b/apps/dokploy/templates/supabase/index.ts @@ -586,7 +586,7 @@ serve(async () => { }) // To invoke: -// curl 'http://localhost:/functions/v1/hello' \ +// curl 'http://localhost:/functions/v1/hello' \\ // --header 'Authorization: Bearer ' `, },