From 34dd3d0fc91daeb54a752041806e38f40e94aa09 Mon Sep 17 00:00:00 2001 From: PetraCamber Date: Tue, 26 May 2026 10:46:59 +0200 Subject: [PATCH] init: FastAPI priprema-za-kolokvij + k8s manifesti (monorepo) --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 82c054a..26ba254 100644 --- a/app/main.py +++ b/app/main.py @@ -3,7 +3,7 @@ from fastapi import FastAPI app = FastAPI() @app.get("/") def root(): - return {"message": "Pozdrav svijete!", "autor": "VAĆ _KORISNIK"} + return {"message": "Pozdrav svijete!", "autor": "petracamber"} @app.get("/health") def health():