@@ -19,6 +19,11 @@ func init() {
&controllers.YongyiController{},
),
+ web.NSNamespace("/rzd",
+ web.NSInclude(
+ &controllers.RzdController{},
+ ),
)
web.AddNamespace(ns)
}