From 878fa602f7c22b141d397978be88598dabab971a Mon Sep 17 00:00:00 2001 From: vucicj Date: Tue, 26 May 2026 10:27:00 +0200 Subject: [PATCH] fixed --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 5e1eecb..e7fc69a 100644 --- a/app/main.py +++ b/app/main.py @@ -3,7 +3,7 @@ app = FastAPI() @app.get("/") def root(): - return {"message": "Pozdrav svijete!", "autor": "VAĆ _KORISNIK"} + return {"message": "Pozdrav svijete!", "autor": "vucicj"} @app.get("/health") def health():