This commit is contained in:
iFargle
2023-02-20 21:36:10 +09:00
parent d44b69d141
commit 057ef8003b

View File

@@ -111,6 +111,7 @@ def site_map():
url = url_for(rule.endpoint, **(rule.defaults or {}))
links.append((url, rule.endpoint))
# links is now a list of url, endpoint tuples
return Markup(links)
@app.route('/')
@app.route('/overview')