Skip to content

Commit d1ae31e

Browse files
committed
updated backend ci/cd
1 parent 57a704a commit d1ae31e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backend/backend/urls.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ def health_check(request):
3131

3232
except Exception as e:
3333
return JsonResponse({
34-
'status': 'unhealthy',
3534
'message': f'Health check failed: {str(e)}',
36-
'service': 'StockSense Backend',
3735
'timestamp': datetime.now().isoformat()
3836
}, status=503)
3937

0 commit comments

Comments
 (0)