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 {