From 99536bdfe8ebc20c8346e969fda2765b870fce1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A1=E8=8B=A5?= Date: Sun, 8 Mar 2026 16:39:39 +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 76f99385..7c7fb961 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.POST("/match-records/test", handler.DBMatchRecordInsertTest) db.GET("/match-pool-counts", handler.DBMatchPoolCounts) db.GET("/ckb-plan-stats", handler.CKBPlanStats) db.GET("/mentors", handler.DBMentorsList)