This commit is contained in:
2026-05-26 10:27:00 +02:00
parent 6407c33591
commit 878fa602f7

View File

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