From da1da7befb17273515081cb607355b1e978cceff Mon Sep 17 00:00:00 2001 From: Nathnael Date: Sun, 2 Aug 2026 20:10:42 +0000 Subject: [PATCH] fix: cbe freight base url --- apps/edr-payment-api/src/config/cbe-bill.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/edr-payment-api/src/config/cbe-bill.config.ts b/apps/edr-payment-api/src/config/cbe-bill.config.ts index b84b4673c..46efd3ed1 100644 --- a/apps/edr-payment-api/src/config/cbe-bill.config.ts +++ b/apps/edr-payment-api/src/config/cbe-bill.config.ts @@ -22,6 +22,6 @@ export default registerAs("cbeBill", () => ({ ).replace(/\/$/, ""), freightApiBaseUrl: ( process.env.FREIGHT_API_BASE_URL || - "https://edrfreightapi-staging.edrsc.com" + "https://edrfreightapi-staging.edrsc.com/api" ).replace(/\/$/, ""), }));