1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 12:00:55 +00:00
This commit is contained in:
ysqi 2016-06-01 20:33:10 +08:00
parent d9b05e6b3f
commit b807362c39

View File

@ -782,8 +782,6 @@ func (p *ControllerRegister) ServeHTTP(rw http.ResponseWriter, r *http.Request)
if BConfig.WebConfig.AutoRender {
if err := execController.Render(); err != nil {
logs.Error(err)
exception("503", context)
goto Admin
}
}
}