mirror of https://github.com/tiangolo/fastapi.git
fix function naming
This commit is contained in:
parent
72f7d1b154
commit
703499e940
|
|
@ -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"}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue