feat: Add happening blog
All checks were successful
Build Docker / Build Image (push) Successful in 41s

This commit is contained in:
2024-01-20 00:37:01 +11:00
parent 4586929e84
commit 6f26a87c1b
10 changed files with 267 additions and 32 deletions

View File

@@ -36,7 +36,7 @@ def handshake():
@app.route('/.well-known/wallets/<path:path>')
def wallet(path):
return send_from_directory('.well-known/wallets', path, mimetype='text/plain')
return send_from_directory('templates/.well-known/wallets', path, mimetype='text/plain')