From 424a82aaaae4cd2706163de61601177372aefa2a Mon Sep 17 00:00:00 2001 From: Leonarda Prusina Date: Fri, 1 May 2026 12:01:32 +0200 Subject: [PATCH] fix main.py --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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