Skip to content

Commit

Permalink
Merge pull request #208 from praekeltfoundation/feature-turn-alerts
Browse files Browse the repository at this point in the history
Remove auth
  • Loading branch information
DevChima authored Jan 23, 2025
2 parents eb3a5d9 + cc680d5 commit c3e7c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turn_alerts/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@


class TurnAlertsLayerView(generics.GenericAPIView):
permission_classes = (permissions.IsAuthenticated,)
permission_classes = (permissions.AllowAny,)

def post(self, request, *args, **kwargs):
org_id = kwargs["org_id"]
Expand Down

0 comments on commit c3e7c7f

Please sign in to comment.