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

modify struc

This commit is contained in:
xiemengjun
2012-03-30 23:48:36 +08:00
parent 446daaea37
commit 2121c4dd88
5 changed files with 70 additions and 89 deletions

View File

@ -1,3 +1,6 @@
application: guestbook-go
application: blog
handlers:
- url: /.*
- url: "/user"
handlefun:"user.Index"
- url: "/blog"
handlefun:"blog.Index"