Skip to content

Commit

Permalink
fix wrong list name
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenKGER committed Aug 22, 2021
1 parent 9bbf50c commit fabd73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver/criteria/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func GetAll() gin.HandlerFunc {
return
}

ctx.JSON(http.StatusOK, gin.H{"concepts": criteriaList})
ctx.JSON(http.StatusOK, gin.H{"criteria": criteriaList})
}
}

Expand Down

0 comments on commit fabd73e

Please sign in to comment.