sync: soul-api 路由、开发文档 需求 | 原因: 后端路由修改、需求文档更新

This commit is contained in:
卡若
2026-03-08 17:10:37 +08:00
parent 0bfcb97b8e
commit 9d86f08d34
2 changed files with 1 additions and 0 deletions

View File

@@ -152,6 +152,7 @@ func Setup(cfg *config.Config) *gin.Engine {
db.POST("/match-records/test", handler.DBMatchRecordInsertTest)
db.GET("/match-pool-counts", handler.DBMatchPoolCounts)
db.GET("/ckb-plan-stats", handler.CKBPlanStats)
db.GET("/ckb-leads", handler.DBCKBLeadList)
db.GET("/mentors", handler.DBMentorsList)
db.POST("/mentors", handler.DBMentorsAction)
db.PUT("/mentors", handler.DBMentorsAction)