mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2026-04-12 23:08:45 -04:00
Add proper CORS headers to edge function: - Import and apply corsHeadersWithMethods via corsHeaders config - Include CORS headers in all responses (including unauthorized and success cases) This resolves preflight and subsequent requests blocked by CORS policy.