nxtgauge-backend-rust/apps
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
..
catering_services fix: resolve all warnings and errors 2026-07-06 03:00:37 +05:30
companies fix: resolve all warnings and errors 2026-07-06 03:00:37 +05:30
cron fix: resolve all warnings and errors 2026-07-06 03:00:37 +05:30
customers fix: resolve all warnings and errors 2026-07-06 03:00:37 +05:30
developers fix: resolve all warnings and errors 2026-07-06 03:00:37 +05:30
employees fix: resolve all warnings and errors 2026-07-06 03:00:37 +05:30
fitness_trainers fix: resolve all warnings and errors 2026-07-06 03:00:37 +05:30
gateway fix: resolve all warnings and errors 2026-07-06 03:00:37 +05:30
graphic_designers fix: resolve all warnings and errors 2026-07-06 03:00:37 +05:30
job_seekers fix: resolve all warnings and errors 2026-07-06 03:00:37 +05:30
jobs fix(jobs): nest jobs router under /api/jobs to match gateway routing 2026-07-07 18:15:34 +05:30
leads fix: resolve all warnings and errors 2026-07-06 03:00:37 +05:30
makeup_artists fix: resolve all warnings and errors 2026-07-06 03:00:37 +05:30
payments fix: resolve all warnings and errors 2026-07-06 03:00:37 +05:30
photographers fix: resolve all warnings and errors 2026-07-06 03:00:37 +05:30
social_media_managers fix: resolve all warnings and errors 2026-07-06 03:00:37 +05:30
tutors fix: resolve all warnings and errors 2026-07-06 03:00:37 +05:30
ugc_content_creators fix: resolve all warnings and errors 2026-07-06 03:00:37 +05:30
users fix: resolve all warnings and errors 2026-07-06 03:00:37 +05:30
video_editors fix: resolve all warnings and errors 2026-07-06 03:00:37 +05:30