1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-19 10:20:57 +00:00
Beego/examples/blog/configs/app.yaml

6 lines
107 B
YAML
Raw Normal View History

2012-03-30 15:48:36 +00:00
application: blog
2012-03-26 15:18:16 +00:00
handlers:
2012-03-30 15:48:36 +00:00
- url: "/user"
handlefun:"user.Index"
- url: "/blog"
handlefun:"blog.Index"