From e98b0a424fe244c97b3cf8467f96926c1e807f5e Mon Sep 17 00:00:00 2001 From: hailin Date: Fri, 9 Jan 2026 19:39:44 -0800 Subject: [PATCH] fix(kong): add missing API routes - payment-service: add /api/v1/orders - knowledge-service: add /api/v1/memory - evolution-service: add /api/v1/admin Co-Authored-By: Claude Opus 4.5 --- kong/kong.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kong/kong.yml b/kong/kong.yml index e242a29..a9c8be5 100644 --- a/kong/kong.yml +++ b/kong/kong.yml @@ -58,6 +58,7 @@ services: - name: payment-routes paths: - /api/v1/payments + - /api/v1/orders - /api/v1/subscriptions strip_path: false preserve_host: true @@ -82,6 +83,7 @@ services: - name: knowledge-routes paths: - /api/v1/knowledge + - /api/v1/memory strip_path: false preserve_host: true methods: @@ -130,6 +132,7 @@ services: - name: evolution-routes paths: - /api/v1/evolution + - /api/v1/admin strip_path: false preserve_host: true methods: