xingzai 1 an în urmă
părinte
comite
308803c622
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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",