fix: Update PingResp field to use proper capitalization for JSON serialization
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 4s

This commit is contained in:
2025-10-25 12:10:34 +08:00
parent e09fac365e
commit 20833b3bde

View File

@@ -11,7 +11,7 @@ info (
type (
PingReq {}
PingResp {
ok bool `json:"ok"`
OK bool `json:"ok"`
}
)