Tweak spacing

This commit is contained in:
Matthew Scragg 2016-04-24 18:11:47 -05:00
parent 82b90adf2d
commit 71de000b2c
4 changed files with 3 additions and 3 deletions

View file

@ -137,7 +137,6 @@ def _tree_index(items, path=""):
dir=True)
@blueprint.route("/_index", defaults={"path": ""})
@blueprint.route("/_index/<path:path>")
def index(path):