diff --git a/backend/api-gateway/kong.yml b/backend/api-gateway/kong.yml index 371c5317..73422823 100644 --- a/backend/api-gateway/kong.yml +++ b/backend/api-gateway/kong.yml @@ -250,6 +250,17 @@ services: - /api/v1/balance strip_path: false + # --------------------------------------------------------------------------- + # MPC Account Service - MPC 账户服务 (Go - 共管钱包) + # --------------------------------------------------------------------------- + - name: mpc-account-service + url: http://192.168.1.111:4000 + routes: + - name: mpc-co-managed + paths: + - /api/v1/co-managed + strip_path: false + # ============================================================================= # Plugins - 全局插件配置 # =============================================================================