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:
parent
917f0f4ee1
commit
96804e560b
|
|
@ -192,6 +192,10 @@ services:
|
||||||
paths:
|
paths:
|
||||||
- /api/app/version
|
- /api/app/version
|
||||||
strip_path: false
|
strip_path: false
|
||||||
|
- name: admin-downloads
|
||||||
|
paths:
|
||||||
|
- /downloads
|
||||||
|
strip_path: false
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
# Presence Service - 在线状态服务
|
# Presence Service - 在线状态服务
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue