jedcunningham commented on code in PR #47760:
URL: https://github.com/apache/airflow/pull/47760#discussion_r1994951723
##########
airflow/api_fastapi/core_api/app.py:
##########
@@ -50,8 +50,8 @@ def init_dag_bag(app: FastAPI) -> None:
def init_views(app: FastAPI) -> None:
"""Init views by registering the different routers."""
- from airflow.api_fastapi.core_api.routes.public import public_router
Review Comment:
This isn't the "public" we mean. We mean in the url.
--
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]