UPDATE
This commit is contained in:
@@ -159,7 +159,6 @@ class AutoEvaluationListAppraisersView(GenericAPIView):
|
||||
|
||||
@extend_schema(tags=["AutoEvaluation"])
|
||||
class GetArchivedEvaluationListAPIView(ListAPIView):
|
||||
authentication_classes = []
|
||||
permission_classes = [IsAuthenticated]
|
||||
|
||||
def get_queryset(self):
|
||||
@@ -168,7 +167,6 @@ class GetArchivedEvaluationListAPIView(ListAPIView):
|
||||
|
||||
@extend_schema(tags=["AutoEvaluation"])
|
||||
class ArchivedEvaluation(APIView):
|
||||
authentication_classes = []
|
||||
permission_classes = [IsAuthenticated]
|
||||
|
||||
def post(self, request, pk):
|
||||
|
||||
Reference in New Issue
Block a user