Commit e81795a0 authored by astaxie's avatar astaxie

#1

for tip version #1
parent 5ce009a2
......@@ -38,6 +38,10 @@ Here is the canonical "Hello, world" example app for beego:
beego.Run()
}
> in tip version the default listin on tcp6. so you must set HttpAddr:
> `beego.HttpAddr = "127.0.0.1"`
default port:8080
http get http://localhost:8080
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment