Fix typo in as_view invocation

This commit is contained in:
Agustin Barto 2016-08-11 09:21:47 -03:00
parent 11ce600c49
commit d8b509ac8c

View File

@ -24,4 +24,4 @@ class ObtainAuthToken(APIView):
return response
obtain_auth_token = ObtainAuthToken.as_view
obtain_auth_token = ObtainAuthToken.as_view()