URGENT: CORS fix on /api/v1/utilities/{slug}/geometry (Relay map bug)
completedVictor hit cross-origin 404s in Relay because the new geometry endpoint (PR #235) shipped without Access-Control-Allow-Origin headers. Shipped PR #241 with two-layer fix: route-level corsHeaders() on every branch + middleware-level belt-and-suspenders for all /api/v1/* and /api/tiles/*. Vary: Origin prevents cache cross-contamination. 4 new regression tests.
Event Timeline
created
status_change
in_progress → completed