You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ryanahamilton (via GitHub)" <gi...@apache.org> on 2023/02/03 16:31:23 UTC

[GitHub] [airflow] ryanahamilton commented on a diff in pull request #29359: Remove /legacy_tree endpoint

ryanahamilton commented on code in PR #29359:
URL: https://github.com/apache/airflow/pull/29359#discussion_r1096005156


##########
airflow/www/views.py:
##########
@@ -2713,7 +2699,7 @@ def legacy_tree(self):
     )
     @gzipped
     @action_logging
-    def tree(self):
+    def legacy_tree(self):

Review Comment:
   If `/legacy_tree` wasn't there before, wouldn't you want to keep the redirect from `/tree`?
   
   ```suggestion
       def tree(self):
   ```



-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org