diff --git a/app/main.py b/app/main.py index 0e5e58e..fb5126f 100644 --- a/app/main.py +++ b/app/main.py @@ -4,7 +4,7 @@ app = FastAPI() @app.get("/") def root(): - return {"message": "Pozdrav svijete!", "autor": "VAŠ_KORISNIK"} + return {"message": "Pozdrav svijete!", "autor": "nikolahrkac"} @app.get("/health") def health(): @@ -15,7 +15,7 @@ app = FastAPI() @app.get("/") def root(): - return {"message": "Pozdrav svijete!", "autor": "VAŠ_KORISNIK"} + return {"message": "Pozdrav svijete!", "autor": "nikolahrkac"} @app.get("/health") def health():