At times, Safari will fail our API responses because its CORS preflight fails. The errors are reproducible, but intermittently, and not on localhost. We seem not to be the first ones to hit [this](https://github.com/processing/p5.js-web-editor/issues/3156). Based on a hint from: https://github.com/supabase/supabase/issues/20982#issuecomment-2548329565 Modify our CORS responses to use 200 instead of 204 to try and fix Safari.