uranusjr commented on code in PR #35061:
URL: https://github.com/apache/airflow/pull/35061#discussion_r1366547814


##########
airflow/www/views.py:
##########
@@ -5827,6 +5828,33 @@ def add_user_permissions_to_dag(sender, template, 
context, **extra):
     context["dag"] = dag
 
 
+##############################################################################
+#                                                                            #
+#                          Development Views                                 #
+#                                                                            #
+##############################################################################
+
+
+class DevView(BaseView):
+    """View to show Airflow Dev Endpoints.
+
+    This view should only be accessible in development mode. For

Review Comment:
   One simple solution would be to add a config.



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

Reply via email to