瀏覽代碼

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