mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Updated language for failure
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
4d9e85026a
commit
f92bf5dc20
|
@ -39,7 +39,7 @@ class HealthController extends BaseController
|
|||
} catch (\Exception $e) {
|
||||
\Log::error('Could not connect to database');
|
||||
return response()->json([
|
||||
'status' => 'Could not connect to database',
|
||||
'status' => 'database connection failed',
|
||||
], 500);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue