2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-07 18:00:54 +08:00

feat: 首页优化

This commit is contained in:
耗子
2024-10-13 13:59:56 +08:00
parent 7677c3b50e
commit bf9c0bc12e
2 changed files with 7 additions and 3 deletions

View File

@@ -300,8 +300,8 @@ func (s *InfoService) Update(w http.ResponseWriter, r *http.Request) {
}
types.Status = types.StatusNormal
tools.RestartPanel()
Success(w, nil)
tools.RestartPanel()
}
func (s *InfoService) Restart(w http.ResponseWriter, r *http.Request) {