实现统计设置

This commit is contained in:
刘祥超
2020-09-20 14:48:35 +08:00
parent 85991b7f3b
commit d7bb9570a9
5 changed files with 75 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ func init() {
Helper(helpers.NewUserMustAuth()).
Helper(serverutils.NewServerHelper()).
Prefix("/servers/server/settings/stat").
Get("", new(IndexAction)).
GetPost("", new(IndexAction)).
EndAll()
})
}