diff options
Diffstat (limited to 'django/archives/urls.py')
| -rw-r--r-- | django/archives/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/archives/urls.py b/django/archives/urls.py index e33b537..091fa5e 100644 --- a/django/archives/urls.py +++ b/django/archives/urls.py @@ -72,4 +72,5 @@ if settings.ALLOW_RESEND or not settings.PUBLIC_ARCHIVES: url(r'^(?:list/_auth/)?accounts/login/?$', archives.auth.login), url(r'^(?:list/_auth/)?accounts/logout/?$', archives.auth.logout), url(r'^(?:list/_auth/)?auth_receive/$', archives.auth.auth_receive), + url(r'^(?:list/_auth/)?auth_api/$', archives.auth.auth_api), ] |
