unknown hace 4 años
padre
commit
70f1ca4c1e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apis/hello.go

+ 1 - 1
apis/hello.go

@@ -7,6 +7,6 @@ import (
 
 func HelloShare(c *gin.Context) {
 	c.JSON(http.StatusOK, gin.H{
-		"message": "OK",
+		"message": "ok",
 	})
 }