Skip to content

Commit

Permalink
Pushing commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedNader42 committed Aug 21, 2021
1 parent 36f4ba0 commit 95f3ba3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/banksystem/funds/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,4 @@ def view_pending_funds(request):
queryset = Fund.objects.all().filter(status=Fund.PENDING)
serializer = FundSerializer(queryset, many=True)
return Response(serializer.data)
# git remote add origin https://[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]@github.com/ahmednader42/bank-frontend.git

0 comments on commit 95f3ba3

Please sign in to comment.