aboutsummaryrefslogtreecommitdiff
path: root/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/urls.py b/urls.py
index 14d818f..078f923 100644
--- a/urls.py
+++ b/urls.py
@@ -69,6 +69,8 @@ urlpatterns = patterns(
'license_protected_downloads.api.v3.token'),
url(r'^api/v3/publish/(?P<path>.*)$',
'license_protected_downloads.api.v3.publish'),
+ url(r'^api/v3/link_latest/(?P<path>.*)$',
+ 'license_protected_downloads.api.v3.link_latest'),
# Catch-all. We always return a file (or try to) if it exists.
# This handler does that.