gohorsejobs/frontend/src/app/api/config
Tiago Yamamoto 4577310c75 feat(frontend): use runtime env vars for config endpoint
Changed /api/config to read API_URL (without NEXT_PUBLIC_ prefix)
which allows runtime configuration without rebuilding the image.

Priority order:
1. API_URL (runtime env var)
2. NEXT_PUBLIC_API_URL (build-time fallback)
3. Default localhost values
2025-12-31 09:39:02 -03:00
..
route.ts feat(frontend): use runtime env vars for config endpoint 2025-12-31 09:39:02 -03:00