This commit is contained in:
2026-01-16 12:16:30 -06:00
parent 4f2c117eb8
commit bb734cddd8
9 changed files with 4491 additions and 117 deletions
+5
View File
@@ -0,0 +1,5 @@
export const corsHeaders = {
"Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Headers":
"authorization, x-client-info, apikey, content-type",
};