Eddited proxy/healthcheck.py
This commit is contained in:
@@ -6,6 +6,6 @@ def init_healthcheck(app):
|
|||||||
def healthcheck():
|
def healthcheck():
|
||||||
"""Health check route to monitor service status"""
|
"""Health check route to monitor service status"""
|
||||||
try:
|
try:
|
||||||
return Response("healthy", status=200)
|
return Response("Works normally", status=200)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
return f"Error: {e}", 500
|
return f"Error: {e}", 500
|
||||||
|
|||||||
Reference in New Issue
Block a user