From 3f622eb13c2da4d8ce16c01a8fd0d865ffa3d3fe Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 9 Dec 2025 21:53:55 -0800 Subject: [PATCH] feat(gateway): add missing API routes to Kong configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add routes for APIs that were implemented but missing from Kong: - /api/v1/backup-share (backup-service) - /api/v1/virtual-accounts (leaderboard-service) - /api/v1/export (reporting-service) - /api/v1/analytics (presence-service) πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- backend/api-gateway/kong.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 - εŒΊε—ι“ΎζœεŠ‘