This commit is contained in:
jiaji.H 2026-01-06 14:04:35 +08:00
parent 2d182775ea
commit a73f208810

View File

@ -177,5 +177,4 @@ func HealthCheck(c *gin.Context) {
}
c.JSON(httpStatus, healthStatus)
service.Success(c, healthStatus)
}