This commit is contained in:
jiaji.H 2026-01-06 14:00:45 +08:00
parent c21c308be5
commit 3dcaae2dca

View File

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