update namespace names

This commit is contained in:
2026-06-25 01:10:27 +02:00
parent 19eacf72ed
commit 88196abe6c
4 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ app = FastAPI()
@app.get("/")
def root():
return {"message": "Pozdrav svijete!", "autor": "GalicIvan"}
return {"message": "Pozdrav svijete!", "autor": "galicivan"}
@app.get("/health")
def health():