mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 10:51:12 -05:00
Implement plan
Implements the plan to update the timeline event card component.
This commit is contained in:
4
supabase/functions/process-selective-approval-v2/cors.ts
Normal file
4
supabase/functions/process-selective-approval-v2/cors.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const corsHeaders = {
|
||||
'Access-Control-Allow-Origin': '*',
|
||||
'Access-Control-Allow-Headers': 'authorization, x-client-info, apikey, content-type',
|
||||
};
|
||||
Reference in New Issue
Block a user