We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a704a commit d1ae31eCopy full SHA for d1ae31e
backend/backend/urls.py
@@ -31,9 +31,7 @@ def health_check(request):
31
32
except Exception as e:
33
return JsonResponse({
34
- 'status': 'unhealthy',
35
'message': f'Health check failed: {str(e)}',
36
- 'service': 'StockSense Backend',
37
'timestamp': datetime.now().isoformat()
38
}, status=503)
39
0 commit comments