在服务列表中显示需要修复的错误

This commit is contained in:
刘祥超
2021-05-23 20:44:51 +08:00
parent 88e7246366
commit 0053949bc0
8 changed files with 117 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ func init() {
Get("", new(IndexAction)).
GetPost("/create", new(CreateAction)).
GetPost("/update", new(UpdateAction)).
Post("/fixLog", new(FixLogAction)).
GetPost("/addPortPopup", new(AddPortPopupAction)).
GetPost("/addServerNamePopup", new(AddServerNamePopupAction)).