소스 검색

no message

xingzai 1 년 전
부모
커밋
308803c622
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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",