aboutsummaryrefslogtreecommitdiff
path: root/urls.py
diff options
context:
space:
mode:
authorJames Tunnicliffe <james.tunnicliffe@linaro.org>2013-06-06 18:28:01 +0100
committerJames Tunnicliffe <james.tunnicliffe@linaro.org>2013-06-06 18:28:01 +0100
commit711c0039fedaa0891793c458efd6ce646a2fdcd0 (patch)
treea59efd7402d4ea36b6c899cecc80f5313486f72b /urls.py
parent3f1c04da8848eb893cfc425ddf4a9e1666679f41 (diff)
Push support done (for now...)
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/urls.py b/urls.py
index 61e5ce7..d12064a 100644
--- a/urls.py
+++ b/urls.py
@@ -55,6 +55,9 @@ urlpatterns = patterns('',
url(r'^api/request_key$',
'license_protected_downloads.uploads.api_request_key'),
+ url(r'^api/delete_key$',
+ 'license_protected_downloads.uploads.api_delete_key'),
+
# Catch-all. We always return a file (or try to) if it exists.
# This handler does that.
url(r'(?P<path>.*)', 'license_protected_downloads.views.file_server'),