diff --git a/app/main.py b/app/main.py index 8982608..a224175 100644 --- a/app/main.py +++ b/app/main.py @@ -3,7 +3,7 @@ from fastapi import FastAPI app = FastAPI() @app.get("/") def root(): - return {"message": "Pozdrav svijete!", "autor": "VAĆ _KORISNIK"} + return {"message": "Pozdrav svijete!", "autor": "mihaeljanjic"} @app.get("/health") def health():