可以在运行日志页面中删除使用关键词匹配的运行日志

This commit is contained in:
GoEdgeLab
2023-03-09 16:20:09 +08:00
parent 0b091b4229
commit 260aa555a9
8 changed files with 107 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ func init() {
Post("/readAllLogs", new(ReadAllLogsAction)).
Post("/fix", new(FixAction)).
Post("/fixAll", new(FixAllAction)).
Post("/deleteAll", new(DeleteAllAction)).
EndAll()
})
}