feat(base): 添加邮件验证码发送功能并注释机器人测试代码
This commit is contained in:
@@ -27,7 +27,7 @@ var (
|
||||
if cool.IsRedisMode {
|
||||
go cool.ListenFunc(ctx)
|
||||
}
|
||||
go robot()
|
||||
//go robot()
|
||||
s := g.Server()
|
||||
s.Use(Limiter, ghttp.MiddlewareHandlerResponse)
|
||||
s.EnableAdmin()
|
||||
|
||||
Reference in New Issue
Block a user