Skip to content

Commit 5ab7c41

Browse files
authored
Merge pull request #188489 from shreyabatra4/shbatr/fastapi
Changed web frameworks
2 parents 8b1dd07 + 1fa73d3 commit 5ab7c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-reference-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Update the Python code file `init.py`, depending on the interface used by your f
409409
# [ASGI](#tab/asgi)
410410

411411
```python
412-
app=Flask("Test")
412+
app=FastAPI("Test")
413413

414414
@app.route("/api/HandleApproach")
415415
def test():

0 commit comments

Comments
 (0)