This commit is contained in:
Дмитрий Саенко 2025-10-23 15:17:53 +03:00
parent 149ab52057
commit 0b0a71f55a

View file

@ -243,7 +243,7 @@
if (this.servers.length == 0) {
}
this.checkStatuses();
this.getOnlineUsers();
})
.catch(error => {
alert(error);
@ -314,7 +314,7 @@
if (!secretWebPath.endsWith('/')) {
secretWebPath = secretWebPath + '/';
}
console.log(this.modal.server)
axios
.post(url, this.modal.server)
.then((response) => {