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