mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 13:40:55 +00:00
beego:init GlobalDocApi
This commit is contained in:
parent
67be7b532d
commit
b943b74fc5
4
beego.go
4
beego.go
@ -376,6 +376,10 @@ func initBeforeHttpRun() {
|
||||
}
|
||||
}
|
||||
|
||||
if EnableDocs {
|
||||
GlobalDocApi = make(map[string]interface{})
|
||||
}
|
||||
|
||||
middleware.VERSION = VERSION
|
||||
middleware.AppName = AppName
|
||||
middleware.RegisterErrorHandler()
|
||||
|
Loading…
Reference in New Issue
Block a user