Fix /online output

Signed-off-by: Odyssey <odyssey346@disroot.org>
This commit is contained in:
Odyssey 2023-01-07 18:32:17 +01:00
parent 8a9b2623f9
commit e3b87c8a4a

View File

@ -39,7 +39,7 @@ func main() {
} }
return c.JSON(fiber.Map{ return c.JSON(fiber.Map{
"users": out, "users": string(out),
"status": c.Response().StatusCode(), "status": c.Response().StatusCode(),
}) })
}) })