Browse Source

Update __init__.py

Added temp screen for claiming lnurl
fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
d1219aa85b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      LNbits/__init__.py

4
LNbits/__init__.py

@ -53,6 +53,10 @@ def deletewallet():
return redirect(url_for("home"))
@app.route("/lnurl")
def lnurl():
lnurl = request.args.get("lightning")
return render_template("lnurl.html", lnurl=lnurl)
@app.route("/lnurlwallet")
def lnurlwallet():

Loading…
Cancel
Save