Updated language for failure

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-10-02 15:39:27 +01:00
parent 4d9e85026a
commit f92bf5dc20

View file

@ -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);
}