diff options
Diffstat (limited to 'pgcommitfest/urls.py')
-rw-r--r-- | pgcommitfest/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pgcommitfest/urls.py b/pgcommitfest/urls.py index cb42554..ec013f4 100644 --- a/pgcommitfest/urls.py +++ b/pgcommitfest/urls.py @@ -40,6 +40,7 @@ urlpatterns = [ url(r'^(?:account/)?login/?$', pgcommitfest.auth.login), url(r'^(?:account/)?logout/?$', pgcommitfest.auth.logout), url(r'^auth_receive/$', pgcommitfest.auth.auth_receive), + url(r'^auth_api/$', pgcommitfest.auth.auth_api), # Account management url(r'^account/profile/$', pgcommitfest.userprofile.views.userprofile), |