upstream sync
This commit is contained in:
@@ -56,5 +56,5 @@ func ListBuyers(c *gin.Context) {
|
||||
}
|
||||
|
||||
// Respond with the buyers and the total count
|
||||
c.JSON(http.StatusOK, gin.H{"total": total, "buyers": buyers})
|
||||
c.JSON(http.StatusOK, gin.H{"total": total, "data": buyers})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user