From de7eb15032ab7803065fff886a00b82f7a063043 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Tue, 6 Aug 2024 07:06:35 -0400 Subject: [PATCH] Removed temp redirection to local vehicle service --- src/global-methods.js | 4 ---- 1 file changed, 4 deletions(-) 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,