fix: supbase hello function demo

This commit is contained in:
songtianlun
2024-08-22 01:16:47 +08:00
parent e2578e5794
commit f3e0cf861f

View File

@@ -586,7 +586,7 @@ serve(async () => {
}) })
// To invoke: // To invoke:
// curl 'http://localhost:<KONG_HTTP_PORT>/functions/v1/hello' \ // curl 'http://localhost:<KONG_HTTP_PORT>/functions/v1/hello' \\
// --header 'Authorization: Bearer <anon/service_role API key>' // --header 'Authorization: Bearer <anon/service_role API key>'
`, `,
}, },