Commit 255a41f0 authored by PkSM3's avatar PkSM3

Merge branch 'unstable' of ssh://delanoe.org:1979/gargantext into samuel

parents fcb6e24e 7ec54470
...@@ -82,7 +82,7 @@ class NgramEdit(APIView): ...@@ -82,7 +82,7 @@ class NgramEdit(APIView):
return Response({ return Response({
'uuid': ngram_id, 'uuid': ngram_id,
'list_id': list_id, 'list_id': list_id,
for ngram_id in ngram_ids}) } for ngram_id in ngram_ids)
def delete(self, request, list_id, ngram_ids): def delete(self, request, list_id, ngram_ids):
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment