Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
calellowitz committed Nov 7, 2024
1 parent c82170f commit 61c81ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions messaging/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def _build_notification(data):


class CreateChannelView(APIView):
authentication_classes = [MessageServerAuth]
authentication_classes = [MessagingServerAuth]

def post(self, request, *args, **kwargs):
data = request.data
Expand All @@ -185,7 +185,7 @@ def post(self, request, *args, **kwargs):


class SendServerConnectMessage(APIView):
authentication_classes = [MessageServerAuth]
authentication_classes = [MessagingServerAuth]

def post(self, request, *args, **kwargs):
data = request.data
Expand Down

0 comments on commit 61c81ba

Please sign in to comment.