We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bbf50c commit fabd73eCopy full SHA for fabd73e
webserver/criteria/get.go
@@ -18,7 +18,7 @@ func GetAll() gin.HandlerFunc {
18
return
19
}
20
21
- ctx.JSON(http.StatusOK, gin.H{"concepts": criteriaList})
+ ctx.JSON(http.StatusOK, gin.H{"criteria": criteriaList})
22
23
24
0 commit comments