mirror of
https://github.com/astaxie/beego.git
synced 2025-04-09 08:10:18 +00:00
This commit is contained in:
parent
95307a3d78
commit
3c1d23bc62
2
beego.go
2
beego.go
@ -71,14 +71,12 @@ func Run() {
|
||||
go GlobalSessions.GC()
|
||||
}
|
||||
|
||||
if AutoRender {
|
||||
err := BuildTemplate(ViewsPath)
|
||||
if err != nil {
|
||||
if RunMode == "dev" {
|
||||
Warn(err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
middleware.VERSION = VERSION
|
||||
middleware.AppName = AppName
|
||||
|
Loading…
x
Reference in New Issue
Block a user