mirror of
https://github.com/Xevion/thedrank.com.git
synced 2025-12-14 02:13:22 -06:00
keybase verification
This commit is contained in:
@@ -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')
|
||||
Reference in New Issue
Block a user