Skip to content

Commit

Permalink
For testing - remove the lingk to swagger /api/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk committed Apr 14, 2024
1 parent 35225e2 commit 5e13957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/www/extensions/init_appbuilder_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def init_appbuilder_links(app):
appbuilder.add_link(
name=RESOURCE_DOCS,
label="REST API Reference (Swagger UI)",
href="/api/v1/ui",
href="/api/v1./api/v1_swagger_ui_index",
category=RESOURCE_DOCS_MENU,
)
appbuilder.add_link(
Expand Down

0 comments on commit 5e13957

Please sign in to comment.