diff --git a/backend/api-gateway/kong.yml b/backend/api-gateway/kong.yml index 45a14208..49c4b946 100644 --- a/backend/api-gateway/kong.yml +++ b/backend/api-gateway/kong.yml @@ -177,6 +177,11 @@ services: paths: - /api/v1/export strip_path: false + # [2026-01-04] 新增:系统账户报表路由 + - name: reporting-system-accounts + paths: + - /api/v1/system-account-reports + strip_path: false # --------------------------------------------------------------------------- # Authorization Service - 授权服务