This commit is contained in:
YouROK
2020-11-13 15:42:23 +03:00
parent 4645e7226e
commit ba26982d6f
6 changed files with 36 additions and 14 deletions

View File

@@ -27,5 +27,5 @@ func SetupRoute(route *gin.Engine) {
}
func echo(c *gin.Context) {
c.String(200, "{\"version\": \"%v\"}", version.Version)
c.String(200, "%v", version.Version)
}