update message

master
Alex 2021-05-06 20:50:59 +02:00
parent 35603a5f1b
commit c35e0e546b
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ func NewUser(c *fiber.Ctx) error {
fmt.Println("finish") */ 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 { func GetUser(c *fiber.Ctx) error {