chore: bump health response to success4

This commit is contained in:
hy001 2026-04-22 19:45:15 +08:00
parent 0701bd0795
commit 8e7117cbd0

View File

@ -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"})
})
}