init: FastAPI priprema-za-kolokvij + k8s manifesti (monorepo)

This commit is contained in:
2026-05-26 10:46:59 +02:00
parent 06eede8050
commit 34dd3d0fc9

View File

@@ -3,7 +3,7 @@ from fastapi import FastAPI
app = FastAPI() app = FastAPI()
@app.get("/") @app.get("/")
def root(): def root():
return {"message": "Pozdrav svijete!", "autor": "VAŠ_KORISNIK"} return {"message": "Pozdrav svijete!", "autor": "petracamber"}
@app.get("/health") @app.get("/health")
def health(): def health():