diff --git a/controllers/product.go b/controllers/product.go index 7518f86..fb9ae9f 100644 --- a/controllers/product.go +++ b/controllers/product.go @@ -74,7 +74,7 @@ func CreateProduct(c *gin.Context) { if err != nil { c.JSON(http.StatusInternalServerError, gin.H{ "error": true, - "message": "Could Create Product", + "message": "Could not create product", }) return }