kaxil commented on code in PR #44101:
URL: https://github.com/apache/airflow/pull/44101#discussion_r1845251995


##########
airflow/api_fastapi/execution_api/app.py:
##########
@@ -58,6 +58,7 @@ def custom_openapi() -> dict:
             description=app.description,
             version=app.version,
             routes=app.routes,
+            servers=app.servers,

Review Comment:
   This was needed to get correct URL i.e. have `/execution` path in the Schema.
   
   <img width="648" alt="image" 
src="https://github.com/user-attachments/assets/fc140bcc-1cad-45d5-9606-ce1dc0962ffe";>
   



-- 
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]

Reply via email to