This commit is contained in:
2026-06-24 16:23:52 +02:00
parent c6b96a161d
commit 4e85cdb87e
3 changed files with 19 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ from fastapi import FastAPI
app = FastAPI()
AUTOR = os.getenv("AUTOR", "nepoznat")
AUTOR = os.getenv("AUTOR", "mirko416")
@app.get("/")
def root():