remove comma

remove comma
This commit is contained in:
Liping Wang 2016-03-01 15:46:20 +08:00
parent d372ccca02
commit c3cea1499f

View File

@ -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),