From fe9f0d1d0e86f55a97e3905358888f595b9bd08b Mon Sep 17 00:00:00 2001 From: Sanaei Date: Tue, 9 Sep 2025 01:22:43 +0200 Subject: api (#3434) --- web/html/xray.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/xray.html') diff --git a/web/html/xray.html b/web/html/xray.html index b6e40858..919989a4 100644 --- a/web/html/xray.html +++ b/web/html/xray.html @@ -420,7 +420,7 @@ }, async restartXray() { this.loading(true); - const msg = await HttpUtil.post("server/restartXrayService"); + const msg = await HttpUtil.post("/panel/api/server/restartXrayService"); this.loading(false); if (msg.success) { await PromiseUtil.sleep(500); -- cgit v1.2.3