mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
Fix: update health status model to use HEALTH_STATUS_LIST
This commit is contained in:
parent
25435aaa11
commit
0305790e69
3 changed files with 3 additions and 3 deletions
|
|
@ -41,7 +41,7 @@ class Get extends Action
|
|||
responses: [
|
||||
new SDKResponse(
|
||||
code: Response::STATUS_CODE_OK,
|
||||
model: Response::MODEL_HEALTH_STATUS,
|
||||
model: Response::MODEL_HEALTH_STATUS_LIST,
|
||||
)
|
||||
],
|
||||
contentType: ContentType::JSON
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ class Get extends Action
|
|||
responses: [
|
||||
new SDKResponse(
|
||||
code: Response::STATUS_CODE_OK,
|
||||
model: Response::MODEL_HEALTH_STATUS,
|
||||
model: Response::MODEL_HEALTH_STATUS_LIST,
|
||||
)
|
||||
],
|
||||
contentType: ContentType::JSON
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ class Get extends Action
|
|||
responses: [
|
||||
new SDKResponse(
|
||||
code: Response::STATUS_CODE_OK,
|
||||
model: Response::MODEL_HEALTH_STATUS,
|
||||
model: Response::MODEL_HEALTH_STATUS_LIST,
|
||||
)
|
||||
],
|
||||
contentType: ContentType::JSON
|
||||
|
|
|
|||
Loading…
Reference in a new issue