mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
fix: cbe callback
This commit is contained in:
@@ -21,6 +21,7 @@ export default registerAs("cbeBill", () => ({
|
|||||||
process.env.PASSENGER_API_BASE_URL || "http://localhost:3002"
|
process.env.PASSENGER_API_BASE_URL || "http://localhost:3002"
|
||||||
).replace(/\/$/, ""),
|
).replace(/\/$/, ""),
|
||||||
freightApiBaseUrl: (
|
freightApiBaseUrl: (
|
||||||
process.env.FREIGHT_API_BASE_URL || "http://localhost:3001"
|
process.env.FREIGHT_API_BASE_URL ||
|
||||||
|
"https://edrfreightapi-staging.edrsc.com"
|
||||||
).replace(/\/$/, ""),
|
).replace(/\/$/, ""),
|
||||||
}));
|
}));
|
||||||
|
|||||||
Reference in New Issue
Block a user