Skip to content

Commit 77e237f

Browse files
committed
backend cd test
1 parent 2678dd7 commit 77e237f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/backend/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def health_check(request):
2828
'message': 'StockSense Backend API is running',
2929
'timestamp': datetime.now().isoformat(),
3030
}, status=200)
31+
3132
except Exception as e:
3233
return JsonResponse({
3334
'status': 'unhealthy',

0 commit comments

Comments
 (0)