Small fix

Vic
Anis Benziane 2 years ago
parent 2bbef5ad4e
commit 4b75672b9a

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

Loading…
Cancel
Save