test
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2021-12-30 01:16:32 +08:00
parent bad04e55e9
commit e1a02c8afb
2 changed files with 2 additions and 2 deletions
+1 -1
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 {