working on control

This commit is contained in:
Tobias Kurze
2019-08-13 16:30:45 +02:00
parent f70cbdc463
commit 859a5d880a
4 changed files with 58 additions and 5 deletions

View File

@@ -56,6 +56,7 @@ def has_no_empty_params(rule):
@fe_bp.route("/site-map")
def site_map():
print("# serving site-map!!")
links = []
for rule in app.url_map.iter_rules():
# Filter out rules we can't navigate to in a browser