uncomment example router namespace: object & user

This commit is contained in:
ZhengYang 2014-08-01 18:56:17 +08:00
parent 2f6b7fe0a1
commit f20b75c370
1 changed files with 0 additions and 2 deletions

View File

@ -749,7 +749,6 @@ import (
func init() {
ns := beego.NewNamespace("/v1",
/*
beego.NSNamespace("/object",
beego.NSInclude(
&controllers.ObjectController{},
@ -760,7 +759,6 @@ func init() {
&controllers.UserController{},
),
),
*/
{{nameSpaces}}
)
beego.AddNamespace(ns)