xingzai 1 anno fa
parent
commit
308803c622
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      routers/router.go

+ 1 - 1
routers/router.go

@@ -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",