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

master
icechen 2021-12-30 00:54:02 +08:00
parent 4892847915
commit bad04e55e9
1 changed files with 1 additions and 1 deletions

View File

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