This commit is contained in:
2024-06-28 21:08:59 +03:00
parent 36cf7e9cdc
commit 1c8c906136

View File

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