summaryrefslogtreecommitdiffstats
path: root/module/web/ajax/urls.py
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2010-01-13 21:32:27 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2010-01-13 21:32:27 +0100
commitbdb6118dfc9b82839731fc6cdfe79c64c11880cf (patch)
tree8c119eb15cac2eaac99fbf0548ffe7c116127fc4 /module/web/ajax/urls.py
parentfix (diff)
parentsome webinterface improvements, closed #40 (diff)
downloadpyload-bdb6118dfc9b82839731fc6cdfe79c64c11880cf.tar.xz
merge + fix
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'),