diff --git a/app/main.py b/app/main.py index e8cca20..4d45cfc 100644 --- a/app/main.py +++ b/app/main.py @@ -21,4 +21,4 @@ def health(): def break_health(): global _healthy _healthy = False - return {"message": "Servis je sada nezdrav"} \ No newline at end of file + return {"message": "Servis je sada nezdrav - ocekuj restart"} \ No newline at end of file