update the remote url

This commit is contained in:
astaxie 2014-06-20 13:24:00 +08:00
parent 89ae690fdd
commit 4121c03544
1 changed files with 1 additions and 5 deletions

View File

@ -64,11 +64,7 @@ func init() {
a.Path = urlReplace(k + a.Path) a.Path = urlReplace(k + a.Path)
v.Apis[i] = a v.Apis[i] = a
} }
if beego.HttpAddr != "" { v.BasePath = basepath
v.BasePath = beego.HttpAddr + ":" + strconv.Itoa(beego.HttpPort) + basepath
} else {
v.BasePath = "http://127.0.0.1:" + strconv.Itoa(beego.HttpPort) + basepath
}
beego.GlobalDocApi[strings.Trim(k, "/")] = v beego.GlobalDocApi[strings.Trim(k, "/")] = v
} }
} }