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