diff --git a/core/apps/counterparty/views/counterparty.py b/core/apps/counterparty/views/counterparty.py index 717d19d..a40d948 100644 --- a/core/apps/counterparty/views/counterparty.py +++ b/core/apps/counterparty/views/counterparty.py @@ -258,4 +258,4 @@ class CounterPartyIncomeExpenceStatisticsApiView(views.APIView): } } - return Response(data, status=status.HTTP_200_OK) + return Response(data, status=200)