We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d5de9 commit 48e3b49Copy full SHA for 48e3b49
cmd/sample-api/main.go
@@ -20,7 +20,7 @@ func setupServer() *gin.Engine {
20
21
r.GET("/", func(c *gin.Context) {
22
c.JSON(http.StatusOK, gin.H{
23
- "message": "[go-yave sample-api]",
+ "message": "[go-yave | sample-api]",
24
})
25
26
0 commit comments