summaryrefslogtreecommitdiffstats
path: root/module/web/ajax/urls.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-09-13 19:31:10 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-09-13 19:31:10 +0200
commite7ea8a420d01c927c17cf2db692cb0355aa87b95 (patch)
treefffd2c397b2fc300ca8086785d0898442e325531 /module/web/ajax/urls.py
parentcouldn't connect to host fix (diff)
downloadpyload-e7ea8a420d01c927c17cf2db692cb0355aa87b95.tar.xz
new package ui for webif
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 a32a00d89..07b5683b6 100644
--- a/module/web/ajax/urls.py
+++ b/module/web/ajax/urls.py
@@ -28,4 +28,5 @@ urlpatterns = patterns('ajax',
(r'^restart_link/(\d+)$', 'views.restart_link'),
(r'^push_to_queue/(\d+)$', 'views.push_to_queue'),
(r'^set_captcha$', 'views.set_captcha'),
+ (r'^package_order/([0-9|]+)$', 'views.package_order'),
) \ No newline at end of file