mhenc commented on code in PR #27892:
URL: https://github.com/apache/airflow/pull/27892#discussion_r1036781815
##########
airflow/www/extensions/init_views.py:
##########
@@ -220,6 +220,25 @@ def _handle_method_not_allowed(ex):
app.extensions["csrf"].exempt(api_bp)
+def init_api_internal(app: Flask) -> None:
+ """Initialize Internal API"""
Review Comment:
I see init_api_experimental below just returns.
--
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]