mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-02-07 05:15:36 +08:00
feat: redis支持zset、redis数据操作界面优化
This commit is contained in:
@@ -11,7 +11,7 @@ func InitCaptchaRouter(router *gin.RouterGroup) {
|
||||
captcha := router.Group("sys/captcha")
|
||||
{
|
||||
captcha.GET("", func(c *gin.Context) {
|
||||
req.NewCtxWithGin(c).WithNeedToken(false).Handle(api.GenerateCaptcha)
|
||||
req.NewCtxWithGin(c).DontNeedToken().Handle(api.GenerateCaptcha)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user