|
@@ -62,6 +62,7 @@ func init() {
|
|
|
web.NSNamespace("/datamanage",
|
|
|
web.NSInclude(
|
|
|
&data_manage.ChartInfoController{},
|
|
|
+ &data_manage.ExcelInfoController{},
|
|
|
),
|
|
|
),
|
|
|
web.NSNamespace("/resource",
|
|
@@ -69,11 +70,6 @@ func init() {
|
|
|
&controllers.ResourceController{},
|
|
|
),
|
|
|
),
|
|
|
- web.NSNamespace("/data_manage",
|
|
|
- web.NSInclude(
|
|
|
- &data_manage.ExcelInfoController{},
|
|
|
- ),
|
|
|
- ),
|
|
|
)
|
|
|
web.AddNamespace(ns)
|
|
|
}
|