working on control
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user