[add]: routes and defaults

This commit is contained in:
VivianDee
2025-10-20 16:47:47 +01:00
parent 55140efed8
commit 17c760981a
3 changed files with 83 additions and 40 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ def health_check():
except Exception as e:
events_service_status = "Connection Successful"
events_service_status = "Connection Failed"
status = "failed"
errors.append(f"Events Service connection failed: {str(e)}")