Update app/main.py
This commit is contained in:
@@ -6,4 +6,4 @@ app = FastAPI()
|
|||||||
|
|
||||||
@app.get("/")
|
@app.get("/")
|
||||||
def read_root():
|
def read_root():
|
||||||
return {"Hello": "World"}
|
return {"Hello": "World - 20240202"}
|
||||||
Reference in New Issue
Block a user