This commit is contained in:
Sanaei
2025-09-09 01:22:43 +02:00
committed by mhsanaei
parent 18d74d54ca
commit fe9f0d1d0e
14 changed files with 141 additions and 106 deletions

View File

@@ -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);