mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2026-04-13 12:50:41 -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.