fix(gateway): add /api/app/version route for mobile update check

Mobile app was calling /api/app/version/check but this route was not
configured in Kong gateway. Added admin-mobile-version route to forward
these requests to admin-service.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2025-12-09 07:17:01 -08:00
parent eceb927d54
commit 917f0f4ee1
1 changed files with 4 additions and 0 deletions

View File

@ -188,6 +188,10 @@ services:
paths:
- /api/v1/admin
strip_path: false
- name: admin-mobile-version
paths:
- /api/app/version
strip_path: false
# ---------------------------------------------------------------------------
# Presence Service - 在线状态服务