1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-11 12:00:39 +00:00

add example for api application

This commit is contained in:
astaxie
2013-07-09 13:59:47 +08:00
parent 7bfb4126d7
commit fece5adc2a
4 changed files with 136 additions and 0 deletions

View File

@ -0,0 +1,5 @@
appname = beeapi
httpport = 8080
runmode = dev
autorender = false
copyrequestbody = true