增加本地API节点需要升级提示

This commit is contained in:
GoEdgeLab
2022-07-21 19:22:18 +08:00
parent f996215f26
commit 8e5019d8d2
6 changed files with 295 additions and 50 deletions

View File

@@ -12,6 +12,7 @@ func init() {
Data("teaMenu", "dashboard").
Helper(helpers.NewUserMustAuth(configloaders.AdminModuleCodeCommon)).
GetPost("", new(IndexAction)).
Post("/restartLocalAPINode", new(RestartLocalAPINodeAction)).
EndAll()
})
}