Browse Source

Merge branch 'master' of http://8.136.199.33:3000/hongze/hz_crm_api into debug

xingzai 1 year ago
parent
commit
327b3023d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      routers/router.go

+ 1 - 1
routers/router.go

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