From c35e0e546bf7ae1bfda6ad985041b3138b5a4b86 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 6 May 2021 20:50:59 +0200 Subject: [PATCH] update message --- routers/api/v1/user/user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/api/v1/user/user.go b/routers/api/v1/user/user.go index 832ba14..88e9893 100644 --- a/routers/api/v1/user/user.go +++ b/routers/api/v1/user/user.go @@ -51,7 +51,7 @@ func NewUser(c *fiber.Ctx) error { fmt.Println("finish") */ - return c.JSON(fiber.Map{"status": "error", "message": "invalid or ..."}) + return c.JSON(fiber.Map{"status": "error", "message": "invalid"}) } func GetUser(c *fiber.Ctx) error {