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