potiuk commented on code in PR #39055:
URL: https://github.com/apache/airflow/pull/39055#discussion_r1573342812
##########
airflow/www/views.py:
##########
@@ -3574,7 +3573,7 @@ class RedocView(AirflowBaseView):
@expose("/redoc")
def redoc(self):
"""Redoc API documentation."""
- openapi_spec_url = url_for("/api/v1./api/v1_openapi_yaml")
+ openapi_spec_url = "/api/v1/openapi.yaml"
Review Comment:
I replaced it with relative references - which seem to work. but base_url/
wsgl_middleware/proxy does not work in this version so we need to fix it.
--
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]