Browse Source

master-test

unknown 4 years ago
parent
commit
70f1ca4c1e
1 changed files with 1 additions and 1 deletions
  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",
 	})
 }