feat: 添加 /api/review-stats 端点和仪表盘实时数据集成
This commit is contained in:
@@ -55,5 +55,8 @@ func setupAPIRoutes(r *gin.Engine) {
|
||||
|
||||
// 月度统计(全部数据)
|
||||
api.GET("/monthly-stats", handler.MonthlyStats)
|
||||
|
||||
// 待复核数据统计
|
||||
api.GET("/review-stats", handler.ReviewStats)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user