diff --git a/docs.py b/docs.py index de55efd..67f8728 100644 --- a/docs.py +++ b/docs.py @@ -108,7 +108,7 @@ from flask import url_for @app.route("/sitemap.xml") def sitemap(): host_components = urlparse(request.host_url) - host_base = host_components.scheme + "://" + host_components.netloc + ROOT + host_base = "https://bsnk.me" + ROOT links = [] for rule in app.url_map.iter_rules():