readme update

This commit is contained in:
Sam
2021-03-10 12:44:23 +00:00
parent faf3cfc3fa
commit a033fa3606
2 changed files with 15 additions and 1 deletions

View File

@@ -170,7 +170,6 @@ def my_user(request):
return Response({'error': {str(type(e))}}, status=500)
@api_view(['POST',])
@permission_classes([IsAdminUser,])
def load_coop_managers(request):