Skip to content

Commit

Permalink
remove class 'NLPAuthentication' from authentication info nlp endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mldzs committed Mar 5, 2021
1 parent 8a901a5 commit 9d9d192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bothub/api/v2/nlp/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ class RepositoryAuthorizationInfoViewSet(mixins.RetrieveModelMixin, GenericViewS
queryset = RepositoryAuthorization.objects
serializer_class = NLPSerializer
permission_classes = [AllowAny]
authentication_classes = [NLPAuthentication]
authentication_classes = []

def retrieve(self, request, *args, **kwargs):
check_auth(request)
Expand Down

0 comments on commit 9d9d192

Please sign in to comment.