From a420c46c892d71d96b1e4b5f1cdc689e483e3a40 Mon Sep 17 00:00:00 2001 From: jade Date: Fri, 14 Aug 2026 17:34:52 +0900 Subject: [PATCH] fix(gateway): Add fallback routing rule for cmm category --- dap-gateway/src/main/resources/application-local.yml | 2 +- dap-gateway/src/main/resources/application.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dap-gateway/src/main/resources/application-local.yml b/dap-gateway/src/main/resources/application-local.yml index a167c86f..6b4522a3 100644 --- a/dap-gateway/src/main/resources/application-local.yml +++ b/dap-gateway/src/main/resources/application-local.yml @@ -36,7 +36,7 @@ mcp: fallback: default-url: http://localhost:8084 routes: - cmm_memo_retriever: http://localhost:8082 + cmm: http://localhost:8082 cus: http://localhost:8084 sal: http://localhost:8082 sms: http://localhost:8082 diff --git a/dap-gateway/src/main/resources/application.yml b/dap-gateway/src/main/resources/application.yml index dda8d4f8..a578d681 100644 --- a/dap-gateway/src/main/resources/application.yml +++ b/dap-gateway/src/main/resources/application.yml @@ -32,6 +32,7 @@ mcp: fallback: default-url: http://was-cus:8084 routes: + cmm: http://was-sal:8082 cus: http://was-cus:8084 sal: http://was-sal:8082 # Existing SMS category callers continue to resolve to the SAL Pod.