Update app/main.py

This commit is contained in:
2024-02-02 18:44:02 +08:00
parent 8fc5b7f621
commit e83d34f901

View File

@@ -6,4 +6,4 @@ app = FastAPI()
@app.get("/")
def read_root():
return {"Hello": "World"}
return {"Hello": "World - 20240202"}