mirror of
https://github.com/astaxie/beego.git
synced 2024-11-19 12:30:57 +00:00
6 lines
107 B
YAML
6 lines
107 B
YAML
application: blog
|
|
handlers:
|
|
- url: "/user"
|
|
handlefun:"user.Index"
|
|
- url: "/blog"
|
|
handlefun:"blog.Index" |