Arreglo de reverts

This commit is contained in:
2026-02-05 16:00:07 -06:00
parent 1ca861c51d
commit 00f0bddf1c
5 changed files with 26 additions and 37 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
export const corsHeaders = {
"Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Headers":
"authorization, x-client-info, apikey, content-type",
"authorization, x-client-info, apikey, content-type, x-supabase-client-platform",
};