factor: push1

master
howell 4 years ago
parent 3a841b2697
commit cf7b65853e

@ -43,7 +43,7 @@ func Service() http.Handler {
v2 := e.Group("/api/v2")
{
v2.GET("/health", func(ctx *gin.Context) {
ctx.JSON(200, gin.H{"status": "ok"})
ctx.JSON(200, gin.H{"status": "ok1"})
return
})
v2.POST("/open/callback", jst.CallBack)

Loading…
Cancel
Save