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():