server/authentication/urls.py
changeset 108 4a152f5f4a09
parent 61 5abd0a9eafbc
--- a/server/authentication/urls.py	Tue Jun 02 09:46:55 2015 +0200
+++ b/server/authentication/urls.py	Thu Jun 04 20:03:04 2015 +0200
@@ -6,5 +6,5 @@
 
 urlpatterns = patterns('',
     url(r'^user', User.as_view()),
-    url(r'^api-token-auth', ObtainAuthToken.as_view())
+    url(r'^api-token-auth', ObtainAuthToken.as_view()),
 )