fix(gateway): add /downloads route for APK file downloads

🤖 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:27:57 -08:00
parent 917f0f4ee1
commit 96804e560b
1 changed files with 4 additions and 0 deletions

View File

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