chore(health): remove returned 503 status code reason

This commit is contained in:
Yassine Doghri 2023-03-23 11:59:51 +00:00
parent d4954e026d
commit 4193946fe0
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class HomeController extends BaseController
}
if ($errors !== []) {
return $this->response->setStatusCode(503, 'Problem with cache handler.')
return $this->response->setStatusCode(503)
->setJSON([
'code' => 503,
'errors' => $errors,