Commit 7816ca8f authored by haoyanbin's avatar haoyanbin

Content

parent 8ac6210d
...@@ -19,6 +19,7 @@ func registerOrgPlayerRouter(v1 *gin.RouterGroup) { ...@@ -19,6 +19,7 @@ func registerOrgPlayerRouter(v1 *gin.RouterGroup) {
r.GET("/info", api.GetInfo) r.GET("/info", api.GetInfo)
r.GET("/get-match-season/:id", api.GetOrgMatchSeason) r.GET("/get-match-season/:id", api.GetOrgMatchSeason)
r.GET("/evaluate", api.GetOrgMatchEvaluate) r.GET("/evaluate", api.GetOrgMatchEvaluate)
r.GET("/evaluate-content", api.GetOrgMatchEvaluateContent)
r.GET("/get-rounds", api.GetOrgRounds) r.GET("/get-rounds", api.GetOrgRounds)
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment