nxtgauge-backend-rust/apps/jobs
Ashwin Kumar Sivakumar 519a52813f fix(jobs): nest jobs router under /api/jobs to match gateway routing
The gateway forwards /api/jobs unmodified to the jobs service, but the
service registered its routes at bare /jobs with no prefix — every
other service (companies, users) nests under /api/<service> to match.
This made the public job listing endpoint unreachable (404) through
the gateway on test111.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-07 18:15:34 +05:30
..
src fix(jobs): nest jobs router under /api/jobs to match gateway routing 2026-07-07 18:15:34 +05:30
Cargo.toml feat: add separate jobs and leads services 2026-04-12 22:03:06 +02:00
Dockerfile feat(ai): complete AI plans/credits implementation and build tooling 2026-06-15 06:15:49 +05:30