updated contributors

This commit is contained in:
marvzhang
2020-03-19 11:13:25 +08:00
parent a88e90e025
commit e3a059eb7c
22 changed files with 211 additions and 31 deletions

View File

@@ -265,7 +265,8 @@ func main() {
}
// 挑战
{
authGroup.GET("/challenges", routes.GetChallengeList) // 挑战列表
authGroup.GET("/challenges", routes.GetChallengeList) // 挑战列表
authGroup.POST("/challenges-check", routes.CheckChallengeList) // 检查挑战列表
}
// 操作
{