xyxie 9 сар өмнө
parent
commit
c3dfa95726
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      routers/router.go

+ 1 - 0
routers/router.go

@@ -307,6 +307,7 @@ func init() {
 		),
 		web.NSNamespace("/range_analysis",
 			web.NSInclude(
+				&range_analysis.RangeChartClassifyController{},
 				&range_analysis.RangeChartChartInfoController{},
 			),
 		),