diff --git a/backend/api-gateway/kong.yml b/backend/api-gateway/kong.yml index ed7dc044..0e8c4954 100644 --- a/backend/api-gateway/kong.yml +++ b/backend/api-gateway/kong.yml @@ -78,6 +78,10 @@ services: paths: - /api/v1/backups strip_path: false + - name: backup-share-api + paths: + - /api/v1/backup-share + strip_path: false # --------------------------------------------------------------------------- # Planting Service - 种植服务 @@ -149,6 +153,10 @@ services: paths: - /api/v1/leaderboard strip_path: false + - name: leaderboard-virtual-accounts + paths: + - /api/v1/virtual-accounts + strip_path: false # --------------------------------------------------------------------------- # Reporting Service - 报表服务 @@ -161,6 +169,10 @@ services: - /api/v1/reports - /api/v1/statistics strip_path: false + - name: reporting-export + paths: + - /api/v1/export + strip_path: false # --------------------------------------------------------------------------- # Authorization Service - 授权服务 @@ -210,6 +222,10 @@ services: paths: - /api/v1/presence strip_path: false + - name: presence-analytics + paths: + - /api/v1/analytics + strip_path: false # --------------------------------------------------------------------------- # Blockchain Service - 区块链服务