diff --git a/methods/helloworld.go b/methods/helloworld.go index 6118a2f..9a8388a 100644 --- a/methods/helloworld.go +++ b/methods/helloworld.go @@ -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"}) }