Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
edospadoni committed Apr 24, 2020
1 parent 0548802 commit 37bda7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion methods/helloworld.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import (
)

func HelloWorld(c *gin.Context) {
c.JSON(http.StatusOK, gin.H{"message": "test"})
c.JSON(http.StatusOK, gin.H{"message": "ciao"})
}

0 comments on commit 37bda7a

Please sign in to comment.