feat(api-gateway): 添加移动端系统维护接口的 Kong 路由
添加 /api/v1/mobile/system 路由到 admin-service, 使移动端可以访问 /mobile/system/maintenance-status 接口 检查系统维护状态。 🤖 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
8a839b5e14
commit
9e21d8c8cd
|
|
@ -215,6 +215,10 @@ services:
|
|||
paths:
|
||||
- /api/v1/mobile/notifications
|
||||
strip_path: false
|
||||
- name: admin-mobile-system
|
||||
paths:
|
||||
- /api/v1/mobile/system
|
||||
strip_path: false
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Presence Service - 在线状态服务
|
||||
|
|
|
|||
Loading…
Reference in New Issue