Files
HKSingleParty/99_references/supabase-examples/edge-functions/supabase/functions/streams/README.md
2025-05-28 09:55:51 +08:00

307 B

streams

Run locally

supabase functions serve --no-verify-jwt

Use cURL or Postman to make a GET request to http://localhost:54321/functions/v1/streams.

curl http://localhost:54321/functions/v1/streams

Deploy

supabase functions deploy --no-verify-jwt streams