kolokvij
This commit is contained in:
@@ -3,7 +3,7 @@ from fastapi import FastAPI
|
||||
|
||||
app = FastAPI()
|
||||
|
||||
AUTOR = os.getenv("AUTOR", "nepoznat")
|
||||
AUTOR = os.getenv("AUTOR", "mirko416")
|
||||
|
||||
@app.get("/")
|
||||
def root():
|
||||
|
||||
Reference in New Issue
Block a user