mirror of
https://github.com/beego/bee.git
synced 2024-11-22 15:10:54 +00:00
make docs works when EnableDocs = false
This commit is contained in:
parent
6c98bdfbbc
commit
f50dce1d52
@ -55,6 +55,7 @@ var rootapi swagger.ResourceListing
|
||||
var apilist map[string]*swagger.ApiDeclaration
|
||||
|
||||
func init() {
|
||||
if beego.EnableDocs {
|
||||
err := json.Unmarshal([]byte(Rootinfo), &rootapi)
|
||||
if err != nil {
|
||||
beego.Error(err)
|
||||
@ -72,6 +73,7 @@ func init() {
|
||||
v.BasePath = BasePath
|
||||
beego.GlobalDocApi[strings.Trim(k, "/")] = v
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user