Files
worldmonitor/server
Elie Habib d4dc44330e fix: gateway always applies cache tier headers (overrides Vercel default) (#1009)
Vercel edge runtime adds a default `Cache-Control: public` to responses.
The gateway's `!mergedHeaders.has('Cache-Control')` guard prevented
s-maxage tier headers from being applied, so Cloudflare had no TTL
guidance — caching was inconsistent across endpoints.

Remove the guard so the gateway always sets the correct tier
(fast/medium/slow/static/daily) with proper s-maxage values.
2026-03-04 22:15:56 +04:00
..