update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
icechen 2021-12-29 20:52:36 +08:00
parent 6539bce6db
commit eee7882557

View File

@ -16,7 +16,7 @@ func main() {
return err
}
return c.JSON(userInfo)
return c.JSON(userInfo.Name)
})
err := app.Listen(":8080")
if err != nil {