IP名单中的IP增加添加日期显示

This commit is contained in:
GoEdgeLab
2021-11-15 11:31:54 +08:00
parent 50334b9544
commit d0b5e99883
18 changed files with 79 additions and 15 deletions

View File

@@ -15,6 +15,7 @@ func init() {
Prefix("/clusters/logs").
Get("", new(IndexAction)).
Post("/readLogs", new(ReadLogsAction)).
Post("/readAllLogs", new(ReadAllLogsAction)).
EndAll()
})
}