From e910cabbcfe4bdaf354d44f2203607cef98b55b7 Mon Sep 17 00:00:00 2001 From: Mihael Janjic Date: Tue, 26 May 2026 11:06:51 +0200 Subject: [PATCH] fix namespace --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index b586b42..f0d5d2a 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": "mihaeljanjic"} @app.get("/health") def health():