1
0
mirror of https://github.com/beego/bee.git synced 2025-07-31 07:15:32 +00:00

minor cosmetic changes

This commit is contained in:
ZhengYang
2014-08-05 15:04:51 +08:00
parent 932e73a9a2
commit 337bd38b73

View File

@@ -873,6 +873,7 @@ func init() {
&controllers.ObjectController{},
),
),
beego.NSNamespace("/user",
beego.NSInclude(
&controllers.UserController{},