summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/src/api/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pharos-dashboard/src/api/urls.py')
-rw-r--r--tools/pharos-dashboard/src/api/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pharos-dashboard/src/api/urls.py b/tools/pharos-dashboard/src/api/urls.py
index 5206ac7f..dfbe1ac9 100644
--- a/tools/pharos-dashboard/src/api/urls.py
+++ b/tools/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