From 34b57c4d159a6d39df93a21c9107149a7fa16e16 Mon Sep 17 00:00:00 2001 From: petrraa Date: Tue, 26 May 2026 11:08:16 +0200 Subject: [PATCH] feat: v2 - dodan /info endpoint, update image tag 1.0 -> 2.0 --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index a59023e..52139fb 100644 --- a/app/main.py +++ b/app/main.py @@ -4,7 +4,7 @@ app = FastAPI() @app.get("/") def root(): - return {"message": "Pozdrav svijete! (v2)", "autor": "VAĆ _KORISNIK"} + return {"message": "Pozdrav svijete! (v2)", "autor": "petrraa"} @app.get("/health") def health():