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