We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2678dd7 commit 77e237fCopy full SHA for 77e237f
backend/backend/urls.py
@@ -28,6 +28,7 @@ def health_check(request):
28
'message': 'StockSense Backend API is running',
29
'timestamp': datetime.now().isoformat(),
30
}, status=200)
31
+
32
except Exception as e:
33
return JsonResponse({
34
'status': 'unhealthy',
0 commit comments