Updated language for failure
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
4d9e85026a
commit
f92bf5dc20
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class HealthController extends BaseController
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
\Log::error('Could not connect to database');
|
\Log::error('Could not connect to database');
|
||||||
return response()->json([
|
return response()->json([
|
||||||
'status' => 'Could not connect to database',
|
'status' => 'database connection failed',
|
||||||
], 500);
|
], 500);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue