From 3dcaae2dca52100a03a88ba41ee96a99a108e076 Mon Sep 17 00:00:00 2001 From: "jiaji.H" Date: Tue, 6 Jan 2026 14:00:45 +0800 Subject: [PATCH] Updata --- pkg/service/bundle/healthCheck.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/service/bundle/healthCheck.go b/pkg/service/bundle/healthCheck.go index cdbfa6c..8694325 100644 --- a/pkg/service/bundle/healthCheck.go +++ b/pkg/service/bundle/healthCheck.go @@ -177,5 +177,5 @@ func HealthCheck(c *gin.Context) { } c.JSON(httpStatus, healthStatus) - service.Success(c, healthStatus) + // service.Success(c, healthStatus) }