mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-04-21 02:24:32 +08:00
更新配置代码
This commit is contained in:
@@ -25,7 +25,7 @@ type CaptchaHandler struct {
|
||||
}
|
||||
|
||||
func NewCaptchaHandler(app *core.AppServer, s *service.CaptchaService, sysConfig *types.SystemConfig) *CaptchaHandler {
|
||||
return &CaptchaHandler{App: app, service: s, config: sysConfig.GeekAPI.Captcha}
|
||||
return &CaptchaHandler{App: app, service: s, config: sysConfig.Captcha}
|
||||
}
|
||||
|
||||
// RegisterRoutes 注册路由
|
||||
|
||||
Reference in New Issue
Block a user