comment out as of yet unused route

This commit is contained in:
Lynne Megido 2020-03-18 15:03:51 +10:00
parent fc60b6d937
commit 61f95f654a
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -370,9 +370,9 @@ def img_bot_generic():
def favicon():
return send_file("static/favicon.ico")
@app.route("/.well-known/webfinger")
def webfinger():
return render_template("webfinger.json", base_uri = cfg['base_uri']), 200, {'Content-type':'application/json'}
# @app.route("/.well-known/webfinger")
# def webfinger():
# return render_template("webfinger.json", base_uri = cfg['base_uri']), 200, {'Content-type':'application/json'}
def bot_check(bot):