mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
fix: cbe freight base url
This commit is contained in:
@@ -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(/\/$/, ""),
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user