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: