mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
remove comma
remove comma
This commit is contained in:
parent
d372ccca02
commit
c3cea1499f
|
@ -11,7 +11,7 @@ Right now we have endpoints for 'snippets' and 'users', but we don't have a sing
|
|||
from rest_framework.reverse import reverse
|
||||
|
||||
|
||||
@api_view(['GET',])
|
||||
@api_view(['GET'])
|
||||
def api_root(request, format=None):
|
||||
return Response({
|
||||
'users': reverse('user-list', request=request, format=format),
|
||||
|
|
Loading…
Reference in New Issue
Block a user