diff --git a/src/borgstore/backends/rest.py b/src/borgstore/backends/rest.py index e8462e7..b378ebb 100644 --- a/src/borgstore/backends/rest.py +++ b/src/borgstore/backends/rest.py @@ -51,7 +51,7 @@ def get_rest_backend(base_url: str): (?Phttp|https):// ((?P[^:]+):(?P[^@]+)@)? (?P[^:/]+)(:(?P\d+))? - (?P/) + (?P/.*)? """ m = re.match(http_regex, base_url, re.VERBOSE) if m: