mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-11-29 02:42:51 +00:00
fix method
This commit is contained in:
parent
1546109cef
commit
62fccb7ea5
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue