mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-09 09:20:25 +08:00
feat: 数据迁移新增实时日志&数据库游标遍历查询问题修复
This commit is contained in:
@@ -15,4 +15,6 @@ func InitSyslogRouter(router *gin.RouterGroup) {
|
||||
biz.ErrIsNil(ioc.Inject(s))
|
||||
|
||||
req.NewGet("", s.Syslogs).Group(sysG)
|
||||
|
||||
req.NewGet("/:id", s.SyslogDetail).Group(sysG)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user