update message
parent
35603a5f1b
commit
c35e0e546b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue