diff --git a/datasette/app.py b/datasette/app.py index cefb6e4e..c940f6dc 100644 --- a/datasette/app.py +++ b/datasette/app.py @@ -1806,7 +1806,6 @@ class DatasetteRouter: "raw_path", request.scope["path"].encode("utf8") ).partition(b"?")[0] context = {} - if path.endswith(b"/"): path = path.rstrip(b"/")