server/src/authentication/urls.py
changeset 149 8e117699857a
parent 148 9f6f17de6d98
parent 142 925337e6983d
child 150 78e82bf8ff89
--- a/server/src/authentication/urls.py	Tue Jun 09 19:13:29 2015 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-from django.conf.urls import patterns, url
-
-from .views import User, ObtainAuthToken
-
-
-urlpatterns = patterns('',
-    url(r'^user', User.as_view()),
-    url(r'^api-token-auth', ObtainAuthToken.as_view()),
-)