实现实时展示访问日志

This commit is contained in:
GoEdgeLab
2020-10-10 19:22:17 +08:00
parent a507d53b03
commit 8d24063e80
7 changed files with 122 additions and 5 deletions

View File

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