mirror of
https://github.com/wahyd4/hey-search.git
synced 2026-08-09 05:06:23 +10:00
OpenAPI schema now derives the server URL from the incoming request (Host header + X-Forwarded-Proto/X-Forwarded-Host for reverse proxies). Curl examples in API docs use $BASE_URL placeholder which is replaced at serve-time with the actual origin, so docs work correctly behind nginx or any reverse proxy with a custom domain. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>