Actualizar supabase/functions/create-chat-conversation/lib/cors.ts
Deploy Function / deploy (push) Successful in 32s
Deploy Migrations to Production / deploy (push) Successful in 9s

This commit is contained in:
2026-02-17 21:55:45 +00:00
parent 329faac742
commit 21469b3b4c
@@ -1,7 +1,7 @@
export const corsHeaders: Record<string, string> = {
"access-control-allow-origin": "*",
"access-control-allow-headers":
"authorization, x-client-info, apikey, content-type",
"Access-Control-Allow-Headers":
"authorization, x-client-info, apikey, content-type, x-supabase-client-platform",
"access-control-allow-methods": "GET,POST,OPTIONS",
};