增加健康检查定时任务/健康检查可以发送消息

This commit is contained in:
刘祥超
2020-10-20 16:45:10 +08:00
parent bd484ee3e1
commit 8fdc551ad8
5 changed files with 9 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ func init() {
Prefix("/clusters/cluster/settings").
GetPost("", new(IndexAction)).
GetPost("/health", new(HealthAction)).
GetPost("/healthRun", new(HealthRunAction)).
GetPost("/healthRunPopup", new(HealthRunPopupAction)).
EndAll()
})
}