renamed CloudController to ApiController

This commit is contained in:
vladimir.kuznetsov 2023-12-05 17:38:38 +07:00
parent 3605f62feb
commit c4014518cb
5 changed files with 33 additions and 41 deletions

View file

@ -138,7 +138,7 @@ Button {
}
onClicked: {
if (!CloudController.updateServerConfigFromCloud()) {
if (!ApiController.updateServerConfigFromApi()) {
return
}