mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 20:40:14 +03:00
Fix typo in as_view invocation
This commit is contained in:
parent
11ce600c49
commit
d8b509ac8c
|
@ -24,4 +24,4 @@ class ObtainAuthToken(APIView):
|
|||
return response
|
||||
|
||||
|
||||
obtain_auth_token = ObtainAuthToken.as_view
|
||||
obtain_auth_token = ObtainAuthToken.as_view()
|
||||
|
|
Loading…
Reference in New Issue
Block a user