Skip to content

Commit

Permalink
stats: remove auth popup for anonymous useres
Browse files Browse the repository at this point in the history
  • Loading branch information
brmzkw committed Feb 8, 2024
1 parent fe9db6c commit 2636677
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mesads/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ def perform_create(self, serializer):
class StatsGeoJSONPerPrefecture(views.APIView):
"""Exposes a GeoJSON with the number of ADS for each prefecture."""

permission_classes = [permissions.IsAdminUser]

def get(self, request):
query_stats = ADSManagerAdministrator.objects.select_related(
"prefecture"
Expand Down

0 comments on commit 2636677

Please sign in to comment.