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.