Removed temp redirection to local vehicle service

This commit is contained in:
Leah Schumann 2024-08-06 07:06:35 -04:00
parent 95b3ef7cc6
commit de7eb15032

View file

@ -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,