1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-02 12:13:27 +00:00
Beego/examples/blog/configs/app.yaml
2012-03-30 23:48:36 +08:00

6 lines
107 B
YAML

application: blog
handlers:
- url: "/user"
handlefun:"user.Index"
- url: "/blog"
handlefun:"blog.Index"