Skip to content

Commit

Permalink
Proxito: remove outdated URL (#11491)
Browse files Browse the repository at this point in the history
We are using `/_/addons/` everywhere now.
  • Loading branch information
humitos authored Jul 23, 2024
1 parent ab96235 commit b2ab13e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions readthedocs/proxito/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,6 @@
ReadTheDocsConfigJson.as_view(),
name="proxito_readthedocs_docs_addons",
),
# TODO: remove `readthedocs-config/` endpoint once we have changed the URL
# in the js and we have deployed it.
path(
f"{DOC_PATH_PREFIX}readthedocs-config/",
ReadTheDocsConfigJson.as_view(),
name="proxito_readthedocs_config_json",
),
]

core_urls = [
Expand Down

0 comments on commit b2ab13e

Please sign in to comment.