bugraoz93 commented on code in PR #51657:
URL: https://github.com/apache/airflow/pull/51657#discussion_r2162436661
##########
airflow-core/src/airflow/api_fastapi/app.py:
##########
@@ -96,6 +96,7 @@ def create_app(apps: str = "all") -> FastAPI:
init_views(app) # Core views need to be the last routes added - it
has a catch all route
init_error_handlers(app)
init_middlewares(app)
+ init_generic_middlewares(app)
Review Comment:
I first thought get_auth manager cause circular import but it worked. Updated
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]