Revert "Removed duplicate field."

This reverts commit 30a7cdff9f.
This commit is contained in:
Jeremy-Z 2026-05-05 14:20:56 -04:00
parent 30a7cdff9f
commit 8c5d6ce3c5

View file

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