fix the typo

This commit is contained in:
astaxie 2016-01-06 13:59:49 +08:00
父節點 807c3de8a7
當前提交 0ee483de97
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -55,7 +55,7 @@ var rootapi swagger.ResourceListing
var apilist map[string]*swagger.APIDeclaration
func init() {
if beego.Bconfig.WebConifg.EnableDocs {
if beego.BConfig.WebConfig.EnableDocs {
err := json.Unmarshal([]byte(Rootinfo), &rootapi)
if err != nil {
beego.Error(err)