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(/\/$/, ""), }));