Skip to content

Commit fabd73e

Browse files
committed
fix wrong list name
1 parent 9bbf50c commit fabd73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webserver/criteria/get.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func GetAll() gin.HandlerFunc {
1818
return
1919
}
2020

21-
ctx.JSON(http.StatusOK, gin.H{"concepts": criteriaList})
21+
ctx.JSON(http.StatusOK, gin.H{"criteria": criteriaList})
2222
}
2323
}
2424

0 commit comments

Comments
 (0)