pierrejeambrun commented on code in PR #46597: URL: https://github.com/apache/airflow/pull/46597#discussion_r1951062149
########## airflow/api_fastapi/app.py: ########## @@ -60,12 +61,21 @@ async def lifespan(app: FastAPI): def create_app(apps: str = "all") -> FastAPI: apps_list = apps.split(",") if apps else ["all"] + fastapi_base_url = conf.get("fastapi", "BASE_URL") Review Comment: ```suggestion fastapi_base_url = conf.get("fastapi", "base_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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org