Merge branch 'main' of https://github.lci.ulsa.mx/AlexRG/genesis-2
Deploy Function / deploy (push) Successful in 21s
Deploy Migrations to Production / deploy (push) Successful in 10s

This commit is contained in:
2026-02-18 09:20:56 -06:00
@@ -1,8 +1,8 @@
export const corsHeaders: Record<string, string> = { export const corsHeaders: Record<string, string> = {
"access-control-allow-origin": "*", "access-control-allow-origin": "*",
"access-control-allow-headers": "Access-Control-Allow-Headers":
"authorization, x-client-info, apikey, content-type", "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) { export function withCors(res: Response) {