keybase verification

This commit is contained in:
Xevion
2019-09-22 14:51:55 -05:00
parent 0524c287e3
commit 36b22c3315
2 changed files with 81 additions and 1 deletions

View File

@@ -5,4 +5,9 @@ import sys
@app.route('/')
def index():
return render_template('index.html')
return render_template('index.html')
@app.route('/keybase.txt')
@app.route('/.well-known/keybase.txt')
def keybase():
return app.send_static_file('keybase.txt')