This commit is contained in:
心隨緣動
2025-09-10 16:32:07 +08:00
committed by GitHub
parent 41997e35f1
commit 1417e97714
+2 -2
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);
@@ -1469,4 +1469,4 @@
},
});
</script>
{{ template "page/body_end" .}}
{{ template "page/body_end" .}}