dns/http separation

This commit is contained in:
svamnezia
2026-04-28 17:51:59 +03:00
parent eb1188ccd7
commit 4f8e1da751
23 changed files with 2304 additions and 2609 deletions
@@ -79,7 +79,7 @@ bool ApiSettingsController::getAccountInfo(bool reload)
gatewayController.setTransportsConfig(GatewayController::buildTransportsConfig());
ErrorCode errorCode = gatewayController.postParallel(endpoint, apiPayload, responseBody);
ErrorCode errorCode = gatewayController.post(endpoint, apiPayload, responseBody);
if (errorCode != ErrorCode::NoError) {
emit errorOccurred(errorCode);