feat: amount transaction and count of item

This commit is contained in:
ferdiansyah783
2024-07-27 16:47:33 +07:00
parent 4013b12ac9
commit 30aa206d80
9 changed files with 192 additions and 19 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ func (h *Handler) Count(c *gin.Context) {
c.JSON(http.StatusOK, response.BaseResponse{
Success: true,
Status: http.StatusOK,
Status: http.StatusOK,
Data: response.SiteCount{
Count: res.Count,
},