xyxie 8 months ago
parent
commit
c3dfa95726
1 changed files with 1 additions and 0 deletions
  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{},
 			),
 		),