diff options
Diffstat (limited to 'pharos-dashboard/src/api/urls.py')
-rw-r--r-- | pharos-dashboard/src/api/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pharos-dashboard/src/api/urls.py b/pharos-dashboard/src/api/urls.py index 5206ac7..dfbe1ac 100644 --- a/pharos-dashboard/src/api/urls.py +++ b/pharos-dashboard/src/api/urls.py @@ -35,4 +35,5 @@ router.register(r'bookings', BookingViewSet) urlpatterns = [ url(r'^', include(router.urls)), + url(r'^token$', GenerateTokenView.as_view(), name='generate_token'), ]
\ No newline at end of file |