From 1417e97714afc29f39d8d50c6162b4f81ca53b24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= Date: Wed, 10 Sep 2025 16:32:07 +0800 Subject: [PATCH] v2.7.2 --- web/html/xray.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/html/xray.html b/web/html/xray.html index b6e40858..3c332ff7 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); @@ -1469,4 +1469,4 @@ }, }); -{{ template "page/body_end" .}} \ No newline at end of file +{{ template "page/body_end" .}}