diff --git a/src/global-methods.js b/src/global-methods.js index 1c37ae92d..9cb2696ff 100644 --- a/src/global-methods.js +++ b/src/global-methods.js @@ -62,10 +62,6 @@ export default { [headerKeys.EXPERIMENT]: JSON.stringify(store.getters.experimentSettings), }; - if (endpoint.includes("/vehicle/api/v1/vehicle/")) { - cfDistroUrl = "https://localhost:5001"; - } - axios({ method: method, url: cfDistroUrl + endpoint,