服务看板改成异步

This commit is contained in:
GoEdgeLab
2021-08-30 11:26:23 +08:00
parent 0f94c16236
commit cedf2b8aee
4 changed files with 37 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ func init() {
Helper(helpers.NewUserMustAuth(configloaders.AdminModuleCodeServer)).
Helper(serverutils.NewServerHelper()).
Prefix("/servers/server/boards").
Get("", new(IndexAction)).
GetPost("", new(IndexAction)).
EndAll()
})
}