feat(kong): add system-account-reports route to reporting-service
Add Kong route for the new system account reports API endpoint at /api/v1/system-account-reports, forwarding to reporting-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:
parent
e95316c5f4
commit
1c4def2867
|
|
@ -177,6 +177,11 @@ services:
|
||||||
paths:
|
paths:
|
||||||
- /api/v1/export
|
- /api/v1/export
|
||||||
strip_path: false
|
strip_path: false
|
||||||
|
# [2026-01-04] 新增:系统账户报表路由
|
||||||
|
- name: reporting-system-accounts
|
||||||
|
paths:
|
||||||
|
- /api/v1/system-account-reports
|
||||||
|
strip_path: false
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
# Authorization Service - 授权服务
|
# Authorization Service - 授权服务
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue