fix namespace

This commit is contained in:
2026-05-26 11:06:51 +02:00
parent 78f5566b1e
commit e910cabbcf

View File

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