Skip to content

Commit

Permalink
Remove auth
Browse files Browse the repository at this point in the history
  • Loading branch information
DevChima committed Jan 23, 2025
1 parent 721bdb5 commit cc680d5
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 cc680d5

Please sign in to comment.