From 75df9ea0a7bf3ca292608abe2a789bd54873080c Mon Sep 17 00:00:00 2001 From: Timofey Date: Mon, 6 Oct 2025 15:59:27 +0300 Subject: [PATCH] fix / AEB-60 uncomment IsAuthenticated status --- backend/api/account/views/sensors_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/api/account/views/sensors_views.py b/backend/api/account/views/sensors_views.py index 7b2b773..ee9de9b 100644 --- a/backend/api/account/views/sensors_views.py +++ b/backend/api/account/views/sensors_views.py @@ -11,7 +11,7 @@ from api.utils.decorators import handle_exceptions @extend_schema(tags=['Датчики']) class SensorView(APIView): - # permission_classes = [IsAuthenticated] + permission_classes = [IsAuthenticated] serializer_class = DetectorsResponseSerializer @extend_schema(