diff --git a/internal/router/router.go b/internal/router/router.go index 3265a1c..d533891 100644 --- a/internal/router/router.go +++ b/internal/router/router.go @@ -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"}) }) }