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

This commit is contained in:
2026-02-17 21:59:33 +00:00
parent 21469b3b4c
commit feaad85fda
@@ -2,7 +2,7 @@ export const corsHeaders: Record<string, string> = {
"access-control-allow-origin": "*",
"Access-Control-Allow-Headers":
"authorization, x-client-info, apikey, content-type, x-supabase-client-platform",
"access-control-allow-methods": "GET,POST,OPTIONS",
"access-control-allow-methods": "GET,POST,OPTIONS,DELETE",
};
export function withCors(res: Response) {