fix: cbe callback

This commit is contained in:
ghost2023
2026-08-02 23:01:29 +03:00
parent ae037fd29d
commit 16baa1dd1d

View File

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