mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-11 03:33:48 +08:00
feat: load preview page do not require user to login
This commit is contained in:
@@ -13,9 +13,7 @@ type CaptchaHandler struct {
|
||||
}
|
||||
|
||||
func NewCaptchaHandler(app *core.AppServer) *CaptchaHandler {
|
||||
h := CaptchaHandler{}
|
||||
h.App = app
|
||||
return &h
|
||||
return &CaptchaHandler{BaseHandler: handler.BaseHandler{App: app}}
|
||||
}
|
||||
|
||||
type CaptchaVo struct {
|
||||
|
||||
Reference in New Issue
Block a user