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

This commit is contained in:
GoEdgeLab
2021-05-23 20:44:51 +08:00
parent 0ef4bc279b
commit bae6f43f21
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)).