Removed temp redirection to local vehicle service
This commit is contained in:
parent
95b3ef7cc6
commit
de7eb15032
1 changed files with 0 additions and 4 deletions
|
|
@ -62,10 +62,6 @@ export default {
|
||||||
[headerKeys.EXPERIMENT]: JSON.stringify(store.getters.experimentSettings),
|
[headerKeys.EXPERIMENT]: JSON.stringify(store.getters.experimentSettings),
|
||||||
};
|
};
|
||||||
|
|
||||||
if (endpoint.includes("/vehicle/api/v1/vehicle/")) {
|
|
||||||
cfDistroUrl = "https://localhost:5001";
|
|
||||||
}
|
|
||||||
|
|
||||||
axios({
|
axios({
|
||||||
method: method,
|
method: method,
|
||||||
url: cfDistroUrl + endpoint,
|
url: cfDistroUrl + endpoint,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue