Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Quang nd committed Aug 28, 2024
1 parent da32fbd commit 0c83a86
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 @@ -9,7 +9,7 @@ import (

func main() {
router := gin.Default()
version := 3
version := 4
router.GET("/ping/:name", func(c *gin.Context) {
c.JSON(http.StatusOK, gin.H{
"message": "pong " + c.Params.ByName("name"),
Expand Down

0 comments on commit 0c83a86

Please sign in to comment.