From 4b75672b9a5ac797ee83aa156781edacbe423f2f Mon Sep 17 00:00:00 2001 From: Anis Benziane Date: Wed, 19 Oct 2022 21:45:58 +0200 Subject: [PATCH] Small fix --- controllers/product.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }