Actualizar supabase/functions/create-chat-conversation/lib/cors.ts
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
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",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user