beego:init GlobalDocApi
This commit is contained in:
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()
|
||||
|
||||
Reference in New Issue
Block a user