removed the replacement of https by http in apiController
This commit is contained in:
parent
080e1d98c6
commit
1137e169ea
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ void ApiController::updateServerConfigFromApi()
|
|||
request.setRawHeader("Authorization",
|
||||
"Api-Key " + serverConfig.value(configKey::accessToken).toString().toUtf8());
|
||||
QString endpoint = serverConfig.value(configKey::apiEdnpoint).toString();
|
||||
request.setUrl(endpoint.replace("https", "http")); // todo remove
|
||||
request.setUrl(endpoint);
|
||||
|
||||
QString protocol = serverConfig.value(configKey::protocol).toString();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue