diff --git a/crux/_config.py b/crux/_config.py index 037ea27..1c76ce3 100644 --- a/crux/_config.py +++ b/crux/_config.py @@ -125,7 +125,7 @@ def __init__( # pylint: disable=too-many-branches 527, 530, ), - method_whitelist=("GET", "PUT", "DELETE", "POST"), + allowed_methods=("GET", "PUT", "DELETE", "POST"), redirect=10, connect=10, read=10,