summaryrefslogtreecommitdiffstats
path: root/pharos-dashboard/src/api/urls.py
diff options
context:
space:
mode:
authormaxbr <maxbr@mi.fu-berlin.de>2016-10-05 14:24:11 +0200
committerJose Lausuch <jose.lausuch@ericsson.com>2016-10-12 13:29:04 +0000
commitadafb09cb1f221259970d16886ea0e03169899a5 (patch)
treed282c9c67723a4f5247909256396bbfd1d957335 /pharos-dashboard/src/api/urls.py
parent46e1d9ab232df1c4deb672b72cd7b87081094955 (diff)
Sync dashboard user data with jira
JIRA: PHAROS-264 Change-Id: Ic4533af04946ee0493c762ca79aaf46ee0f80e00 Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
Diffstat (limited to 'pharos-dashboard/src/api/urls.py')
-rw-r--r--pharos-dashboard/src/api/urls.py1
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