This commit is contained in:
心隨緣動
2025-09-10 16:32:07 +08:00
committed by GitHub
parent 41997e35f1
commit 1417e97714
+1 -1
View File
@@ -420,7 +420,7 @@
}, },
async restartXray() { async restartXray() {
this.loading(true); this.loading(true);
const msg = await HttpUtil.post("server/restartXrayService"); const msg = await HttpUtil.post("/panel/api/server/restartXrayService");
this.loading(false); this.loading(false);
if (msg.success) { if (msg.success) {
await PromiseUtil.sleep(500); await PromiseUtil.sleep(500);