1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-06 06:20:19 +00:00

Print complete URL after running

This commit is contained in:
ysqi
2016-06-01 20:18:11 +08:00
parent e9f967102c
commit d9b05e6b3f
2 changed files with 4 additions and 2 deletions

View File

@ -782,6 +782,8 @@ 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
}
}
}