mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
updated contributors
This commit is contained in:
@@ -265,7 +265,8 @@ func main() {
|
||||
}
|
||||
// 挑战
|
||||
{
|
||||
authGroup.GET("/challenges", routes.GetChallengeList) // 挑战列表
|
||||
authGroup.GET("/challenges", routes.GetChallengeList) // 挑战列表
|
||||
authGroup.POST("/challenges-check", routes.CheckChallengeList) // 检查挑战列表
|
||||
}
|
||||
// 操作
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user