|
@@ -59,6 +59,7 @@ func init() {
|
|
web.NSNamespace("/report",
|
|
web.NSNamespace("/report",
|
|
web.NSInclude(
|
|
web.NSInclude(
|
|
&controllers.ReportController{},
|
|
&controllers.ReportController{},
|
|
|
|
+ &controllers.ReportUploadCommonController{},
|
|
),
|
|
),
|
|
),
|
|
),
|
|
web.NSNamespace("/statistic_report",
|
|
web.NSNamespace("/statistic_report",
|
|
@@ -66,7 +67,6 @@ func init() {
|
|
&controllers.StatisticReportController{},
|
|
&controllers.StatisticReportController{},
|
|
&controllers.StatisticYbLogController{},
|
|
&controllers.StatisticYbLogController{},
|
|
&controllers.StatisticReportCommonController{},
|
|
&controllers.StatisticReportCommonController{},
|
|
- &controllers.ReportUploadCommonController{},
|
|
|
|
),
|
|
),
|
|
),
|
|
),
|
|
web.NSNamespace("/voice",
|
|
web.NSNamespace("/voice",
|