fix method

This commit is contained in:
Дмитрий Саенко 2025-10-23 13:28:11 +03:00
parent 1546109cef
commit 62fccb7ea5

View file

@ -254,7 +254,7 @@
}, },
async getOnlineUsers() { async getOnlineUsers() {
const msg = await HttpUtil.post('/panel/api/servers/onlines'); const msg = await HttpUtil.get('/panel/api/servers/onlines');
if (!msg.success) { if (!msg.success) {
return; return;
} }