Fixed 404 ( 200 OK ) healt check
Change-Id: If50215221a6e6a6add1970022a279896b2d1cff0 Signed-off-by: smarcet <smarcet@gmail.com>
This commit is contained in:
parent
e185ff870d
commit
395ee0add9
@ -62,6 +62,6 @@ class Handler extends ExceptionHandler
|
||||
if (config('app.debug')) {
|
||||
return parent::render($request, $e);
|
||||
}
|
||||
return response()->view('errors.404', [], 404);
|
||||
return response()->view('errors.404', [], 200);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user