diff --git a/web/html/inbounds.html b/web/html/inbounds.html
index d6c0b8f9..2986b5b0 100644
--- a/web/html/inbounds.html
+++ b/web/html/inbounds.html
@@ -463,9 +463,6 @@
[[ clientCount[dbInbound.id].online.length ]]
-
-
- [[ SizeFormatter.sizeFormat(dbInbound.deviceLimit) ]]
@@ -859,7 +856,7 @@
}, 500);
},
async getOnlineUsers() {
- const msg = await HttpUtil.post('/panel/inbound/onlines');
+ const msg = await HttpUtil.post('panel/api/inbounds/onlines');
if (!msg.success) {
return;
}