mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 13:20:55 +00:00
parent
5ce009a2dc
commit
e81795a01b
@ -38,6 +38,10 @@ Here is the canonical "Hello, world" example app for beego:
|
|||||||
beego.Run()
|
beego.Run()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> in tip version the default listin on tcp6. so you must set HttpAddr:
|
||||||
|
|
||||||
|
> `beego.HttpAddr = "127.0.0.1"`
|
||||||
|
|
||||||
default port:8080
|
default port:8080
|
||||||
|
|
||||||
http get http://localhost:8080
|
http get http://localhost:8080
|
||||||
|
Loading…
Reference in New Issue
Block a user