fix: cbe freight base url

This commit is contained in:
Nathnael
2026-08-02 20:10:42 +00:00
parent 2ead1d0782
commit da1da7befb

View File

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