diff --git a/junior/views.py b/junior/views.py index 7245c6b..00fd188 100644 --- a/junior/views.py +++ b/junior/views.py @@ -326,6 +326,7 @@ class JuniorPointsListAPIView(viewsets.ModelViewSet): except Exception as e: return custom_error_response(str(e), response_status=status.HTTP_400_BAD_REQUEST) + class ValidateReferralCode(viewsets.ViewSet): """Check guardian code exist or not""" permission_classes = [IsAuthenticated]