update
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
6539bce6db
commit
eee7882557
|
@ -16,7 +16,7 @@ func main() {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
return c.JSON(userInfo)
|
return c.JSON(userInfo.Name)
|
||||||
})
|
})
|
||||||
err := app.Listen(":8080")
|
err := app.Listen(":8080")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue