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