From 8151b7ac38edd5a3f39ad97b882689fd9e047520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A1=E8=8B=A5?= Date: Sun, 8 Mar 2026 10:33:38 +0800 Subject: [PATCH] =?UTF-8?q?sync:=20soul-api=20=E8=B7=AF=E7=94=B1=20|=20?= =?UTF-8?q?=E5=8E=9F=E5=9B=A0:=20=E5=90=8E=E7=AB=AF=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- soul-api/internal/router/router.go | 1 + 1 file changed, 1 insertion(+) 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)