Compare commits

...

1 Commits

Author SHA1 Message Date
hy001
8e7117cbd0 chore: bump health response to success4 2026-04-22 19:45:15 +08:00

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