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(/\/$/, ""),
|
).replace(/\/$/, ""),
|
||||||
freightApiBaseUrl: (
|
freightApiBaseUrl: (
|
||||||
process.env.FREIGHT_API_BASE_URL ||
|
process.env.FREIGHT_API_BASE_URL ||
|
||||||
"https://edrfreightapi-staging.edrsc.com"
|
"https://edrfreightapi-staging.edrsc.com/api"
|
||||||
).replace(/\/$/, ""),
|
).replace(/\/$/, ""),
|
||||||
}));
|
}));
|
||||||
|
|||||||
Reference in New Issue
Block a user