@ -81,3 +81,4 @@ class CreateCommentView(APIView):
comment.files.add(fo)
return Response(CommentSerializer(comment).data, status=200)