server/src/authentication/urls.py
changeset 134 a84aa262847c
parent 133 c3c3e48b0603
child 135 27065f8a19d3
--- a/server/src/authentication/urls.py	Mon Jun 08 00:50:40 2015 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-from django.conf.urls import patterns, url
-from rest_framework.authtoken import views
-
-from authentication.views import User, ObtainAuthToken
-
-
-urlpatterns = patterns('',
-    url(r'^user', User.as_view()),
-    url(r'^api-token-auth', ObtainAuthToken.as_view()),
-)