fix: remake admin items

This commit is contained in:
2026-06-26 23:47:32 +03:00
parent e55b421ed7
commit 46a0fd20db
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -74,7 +74,6 @@ func UpdateItem(c *gin.Context) {
City: input.City,
Price: input.Price,
Category: input.Category,
Stock: input.Stock,
})
c.JSON(http.StatusOK, item)