|
|
@@ -152,8 +152,8 @@ class PestSelectView(GenericAPIView):
|
|
|
|
|
|
|
|
|
class RecentMonthPestCount(GenericAPIView):
|
|
|
- authentication_classes = [MyJWTAuthentication]
|
|
|
- permission_classes = [ModulePermission]
|
|
|
+ authentication_classes = []
|
|
|
+ permission_classes = []
|
|
|
|
|
|
def get(self, request, *args, **kwargs):
|
|
|
try:
|