fix bug restartxray

Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
This commit is contained in:
MHSanaei 2023-12-05 00:11:05 +03:30
parent c19235b4dd
commit e677069d81

View file

@ -331,7 +331,7 @@
await this.getXraySetting(); await this.getXraySetting();
} }
}, },
async restartPanel() { async restartXray() {
this.loading(true); this.loading(true);
const msg = await HttpUtil.post("server/restartXrayService"); const msg = await HttpUtil.post("server/restartXrayService");
this.loading(false); this.loading(false);