fix(kong): 添加3171预种计划API网关路由
预种控制器 @Controller('pre-planting') 的路由 /api/v1/pre-planting
未在 Kong 网关中配置,导致所有预种API请求返回 "no Route matched"。
新增 pre-planting-api 路由指向 planting-service (192.168.1.111:3003)。
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8bafb0a8d4
commit
843f817976
|
|
@ -97,6 +97,11 @@ services:
|
|||
paths:
|
||||
- /api/v1/planting
|
||||
strip_path: false
|
||||
# [2026-02-27] 新增:3171预种计划路由,预种控制器 @Controller('pre-planting')
|
||||
- name: pre-planting-api
|
||||
paths:
|
||||
- /api/v1/pre-planting
|
||||
strip_path: false
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Referral Service - 推荐服务
|
||||
|
|
|
|||
Loading…
Reference in New Issue