mirror of
https://github.com/astaxie/beego.git
synced 2024-11-25 22:51:29 +00:00
fix #277
This commit is contained in:
parent
bca6a33325
commit
dbf6ca2b4c
@ -14,7 +14,7 @@ type TestHttpRequest struct{
|
|||||||
|
|
||||||
func getPort() string {
|
func getPort() string {
|
||||||
if port == "" {
|
if port == "" {
|
||||||
config,err:= beego.LoadConfig("../conf/app.conf")
|
config, err := beego.ParseConfig("../conf/app.conf")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return "8080"
|
return "8080"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user