Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Xatta-Trone committed Jun 30, 2023
1 parent 59fb9f1 commit 658d8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func main() {

r.GET("/",func(c *gin.Context) {
c.JSON(http.StatusOK, gin.H{
"message": "hello there.",
"message": "/ping",
})
})

Expand Down

0 comments on commit 658d8b1

Please sign in to comment.