summaryrefslogtreecommitdiffstats
path: root/module/web/ajax/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/ajax/urls.py')
-rw-r--r--module/web/ajax/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/web/ajax/urls.py b/module/web/ajax/urls.py
index 2a7e109c3..4decc27b1 100644
--- a/module/web/ajax/urls.py
+++ b/module/web/ajax/urls.py
@@ -12,6 +12,7 @@ urlpatterns = patterns('ajax',
# Uncomment the next line to enable the admin:
(r'^add_package$', 'views.add_package'),
+ (r'^remove_link/(\d+)$', 'views.remove_link'),
(r'^status$', 'views.status'),
(r'^links$', 'views.links'), #currently active links
(r'^queue$', 'views.queue'),