diff --git a/soul-api/internal/router/router.go b/soul-api/internal/router/router.go index 12023588..76f99385 100644 --- a/soul-api/internal/router/router.go +++ b/soul-api/internal/router/router.go @@ -150,6 +150,7 @@ func Setup(cfg *config.Config) *gin.Engine { db.DELETE("/vip-roles", handler.DBVipRolesAction) db.GET("/match-records", handler.DBMatchRecordsList) db.GET("/match-pool-counts", handler.DBMatchPoolCounts) + db.GET("/ckb-plan-stats", handler.CKBPlanStats) db.GET("/mentors", handler.DBMentorsList) db.POST("/mentors", handler.DBMentorsAction) db.PUT("/mentors", handler.DBMentorsAction)