mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2026-03-23 02:56:04 -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.