Skip to content

Commit

Permalink
Adding end point to root
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Assuncao <[email protected]>
  • Loading branch information
TiagoAssuncao committed May 15, 2017
1 parent 390fc5a commit bbedec7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion umiss_project/umiss_project/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
urlpatterns = [
url(r'^api/', include(router.urls)),
url(r'^api-auth/', include('rest_framework.urls', namespace='rest_framework')),
url(r'^api-auth-token/', obtain_auth_token)
url(r'^api-auth-token/', obtain_auth_token),
url(r'^', include(router.urls)),
]

0 comments on commit bbedec7

Please sign in to comment.