Skip to content
Snippets Groups Projects
Commit 4193946f authored by Yassine Doghri's avatar Yassine Doghri
Browse files

chore(health): remove returned 503 status code reason

parent d4954e02
No related branches found
No related tags found
No related merge requests found
Pipeline #12143 canceled
Pipeline: Castopod

#12149

    ......@@ -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,
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment