sync: soul-api 路由 | 原因: 后端路由修改
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user