This commit is contained in:
2024-06-28 21:08:19 +03:00
parent b6e38faf85
commit 36cf7e9cdc

View File

@@ -5,7 +5,7 @@ app = FastAPI()
@app.get("/")
async def root():
return {"message": "Hello World"}
return {"message": "Hello 312World"}
@app.get("/hello/{name}")