sunsheng 1 year ago
parent
commit
eb9607596f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/router.go

+ 1 - 1
src/api/router.go

@@ -62,7 +62,7 @@ func RegRouters(svc *Service) {
 	// 个人: 已学习模块数 uid
 	root.GETJWT("/statistics/learned/modules/:scope", StatisticsLearnedModules)
 	// 个人: 统计用户本年每月考核正确和错误数 year
-	root.GETJWT("/statistics/exeanTF/Rate/:scope", StatisticsExeamTFRate)
+	root.GETJWT("/statistics/exeamTF/Rate/:scope", StatisticsExeamTFRate)
 
 }