fix main.py

This commit is contained in:
2026-05-01 12:01:32 +02:00
parent 0b630929fc
commit 424a82aaaa

View File

@@ -21,4 +21,4 @@ def health():
def break_health(): def break_health():
global _healthy global _healthy
_healthy = False _healthy = False
return {"message": "Servis je sada nezdrav"} return {"message": "Servis je sada nezdrav - ocekuj restart"}