Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-delaloy committed Oct 11, 2021
1 parent 74d5de9 commit 48e3b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sample-api/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func setupServer() *gin.Engine {

r.GET("/", func(c *gin.Context) {
c.JSON(http.StatusOK, gin.H{
"message": "[go-yave sample-api]",
"message": "[go-yave | sample-api]",
})
})

Expand Down

0 comments on commit 48e3b49

Please sign in to comment.