Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/xui/index.html')
-rw-r--r--web/html/xui/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/index.html b/web/html/xui/index.html
index 73936b29..fa7d576e 100644
--- a/web/html/xui/index.html
+++ b/web/html/xui/index.html
@@ -500,7 +500,7 @@
return;
}
this.loading(true);
- const restartMsg = await HttpUtil.post("/xui/setting/restartPanel");
+ const restartMsg = await HttpUtil.post("/panel/setting/restartPanel");
this.loading(false);
if (restartMsg.success) {
this.loading(true);