upstream sync

This commit is contained in:
Senad Uka
2023-10-10 08:39:50 +02:00
parent 598f706958
commit d3011d77ff
5 changed files with 139 additions and 58 deletions

View File

@@ -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})
}