pierrejeambrun commented on PR #47760: URL: https://github.com/apache/airflow/pull/47760#issuecomment-2724578469
I think we are missing some occurences in: - airflow/ui/dev/index.html|7 col 66| <link rel="icon" type="image/png" href="http://localhost:5173/public/pin_32.png" /> - clients/python/test_python_client.py|69 col 32| host="http://localhost:8080/public", - docker_tests/test_docker_compose_quick_start.py|94 col 80| method: str, path: str, base_url: str = f"http://{DOCKER_COMPOSE_HOST_PORT}/public", **kwargs - airflow/api_fastapi/app.py|76 col 65| description="Airflow API. All endpoints located under ``/public`` can be used safely, are stable and backward compatible. " - airflow/api_fastapi/auth/managers/simple/ui/dev/index.html|6 col 66| <link rel="icon" type="image/png" href="http://localhost:5174/public/pin_32.png" /> -- 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]
