mirror of
https://github.com/astaxie/beego.git
synced 2025-06-14 20:00:39 +00:00
modify struc
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
application: guestbook-go
|
||||
application: blog
|
||||
handlers:
|
||||
- url: /.*
|
||||
- url: "/user"
|
||||
handlefun:"user.Index"
|
||||
- url: "/blog"
|
||||
handlefun:"blog.Index"
|
Reference in New Issue
Block a user