From b2ab13e840f7e9138b78e0c6c29dc1b0d2780be5 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Tue, 23 Jul 2024 11:20:39 +0200 Subject: [PATCH] Proxito: remove outdated URL (#11491) We are using `/_/addons/` everywhere now. --- readthedocs/proxito/urls.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/readthedocs/proxito/urls.py b/readthedocs/proxito/urls.py index 0dc1338037c..c28cee7edea 100644 --- a/readthedocs/proxito/urls.py +++ b/readthedocs/proxito/urls.py @@ -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 = [