diff --git a/tubearchivist/api/views.py b/tubearchivist/api/views.py index 85b44b0..22de8b7 100644 --- a/tubearchivist/api/views.py +++ b/tubearchivist/api/views.py @@ -38,8 +38,8 @@ class ApiBaseView(APIView): authentication_classes = [SessionAuthentication, TokenAuthentication] permission_classes = [IsAuthenticated] - search_base = False - data = False + search_base = "" + data = "" def __init__(self): super().__init__()