Commit 17ecc595a6c731ef5b12ff22fd98df8864a9d5c4

Authored by Laura Hawkins
1 parent 5769450a64
Exists in master

trying to pull

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

flashcards/views.py View file @ 17ecc59
... ... @@ -307,6 +307,7 @@
307 307 user.unpull(flashcard)
308 308 return Response(status=HTTP_204_NO_CONTENT)
309 309  
  310 +
310 311 @detail_route(methods=['POST'])
311 312 def unpull(self, request, pk):
312 313 """