notifications: don't try passive authentication on count API (#34780)

This commit is contained in:
Frédéric Péters 2019-07-12 09:53:10 +02:00
parent c72dc81afc
commit c6b4b5b6bd
1 changed files with 1 additions and 0 deletions

View File

@ -98,3 +98,4 @@ class Count(GenericAPIView):
return Response({'err': 0, 'total': total, 'new': new})
count = Count.as_view()
count.mellon_no_passive = True