feat: amount transaction and count of item
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user