chore: bump health response to success4
This commit is contained in:
parent
0701bd0795
commit
8e7117cbd0
@ -61,6 +61,6 @@ func registerHealthRoutes(engine *gin.Engine, cfg config.Config, repository *rep
|
||||
return
|
||||
}
|
||||
|
||||
c.JSON(http.StatusOK, gin.H{"code": "ok", "message": "success3"})
|
||||
c.JSON(http.StatusOK, gin.H{"code": "ok", "message": "success4"})
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user