增加审计日志的导出功能

This commit is contained in:
lanrenwo
2022-07-25 18:50:05 +08:00
parent b8c3d33f2e
commit b9bd74ed1f
4 changed files with 74 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ func StartAdmin() {
r.HandleFunc("/set/other/smtp", SetOtherSmtp)
r.HandleFunc("/set/other/smtp/edit", SetOtherSmtpEdit)
r.HandleFunc("/set/audit/list", SetAuditList)
r.HandleFunc("/set/audit/export", SetAuditExport)
r.HandleFunc("/user/list", UserList)
r.HandleFunc("/user/detail", UserDetail)