fix function naming

This commit is contained in:
Shahar Ilany 2022-08-24 21:24:23 +03:00 committed by GitHub
parent 72f7d1b154
commit 703499e940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ app = FastAPI(title="Example App")
@app.get("/a/b")
async def get_shuli_in_a_pita():
async def get_a_and_b():
return {"a": "b"}