diff --git a/apis/health.go b/apis/health.go index 92b913c8..eb108ddb 100644 --- a/apis/health.go +++ b/apis/health.go @@ -21,8 +21,8 @@ type healthApi struct { } type healthCheckResponse struct { - Code int `json:"code"` Message string `json:"message"` + Code int `json:"code"` Data struct { CanBackup bool `json:"canBackup"` } `json:"data"`