We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ebc703 commit 1aa35acCopy full SHA for 1aa35ac
code/function/function_app.py
@@ -34,5 +34,5 @@ async def shutdown_event():
34
)
35
36
37
-async def main(req: func.HttpRequest, context: func.Context) -> func.HttpResponse:
38
- return await app.handle_async(req, context)
+# async def main(req: func.HttpRequest, context: func.Context) -> func.HttpResponse:
+# return await func.AsgiMiddleware(fastapi_app).handle_async(req, context)
0 commit comments