parent
30a7cdff9f
commit
8c5d6ce3c5
1 changed files with 1 additions and 8 deletions
|
|
@ -63,14 +63,7 @@ export default {
|
||||||
[headerKeys.SESSION_SEQUENCE_NUMBER]: sessionKey
|
[headerKeys.SESSION_SEQUENCE_NUMBER]: sessionKey
|
||||||
};
|
};
|
||||||
|
|
||||||
var url = cfDistroUrl + endpoint;
|
const url = cfDistroUrl + endpoint;
|
||||||
|
|
||||||
if ( endpoint.toLowerCase().includes('coverage/api/') )
|
|
||||||
{
|
|
||||||
url = "https://localhost:7249" + endpoint;
|
|
||||||
console.error("Using local url for coverage endpoint: " + url);
|
|
||||||
}
|
|
||||||
|
|
||||||
axios({
|
axios({
|
||||||
method,
|
method,
|
||||||
url,
|
url,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue