summaryrefslogtreecommitdiff
path: root/django/archives/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/archives/urls.py')
-rw-r--r--django/archives/urls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/archives/urls.py b/django/archives/urls.py
index 091fa5e..bc8a18d 100644
--- a/django/archives/urls.py
+++ b/django/archives/urls.py
@@ -57,7 +57,6 @@ urlpatterns = [
url(r'^list/([\w-]+|\*)/latest.json$', archives.mailarchives.api.latest),
url(r'^message-id.json/(.+)$', archives.mailarchives.api.thread),
url(r'^listinfo/$', archives.mailarchives.api.listinfo),
- # url(r'^thread/(.+)/subscribe/$', archives.mailarchives.api.thread_subscribe),
# Normally served off www.postgresql.org, but manually handled here for
# development installs.