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 <noreply@anthropic.com>
This commit is contained in:
parent
462bd64651
commit
e98b0a424f
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue