mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-04-10 22:35:19 +08:00
refactor: 机器相关配置迁移至系统配置、pgsql数据操作完善、新增context-path
This commit is contained in:
@@ -28,6 +28,8 @@ func InitRedisRouter(router *gin.RouterGroup) {
|
||||
|
||||
req.NewGet("/tags", rs.RedisTags),
|
||||
|
||||
req.NewPost("/test-conn", rs.TestConn),
|
||||
|
||||
req.NewPost("", rs.Save).Log(req.NewLogSave("redis-保存信息")),
|
||||
|
||||
req.NewGet(":id/pwd", rs.GetRedisPwd),
|
||||
|
||||
Reference in New Issue
Block a user