Browse Source
Update __init__.py
Added temp screen for claiming lnurl
fee_issues
Arc
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
LNbits/__init__.py
|
@ -53,6 +53,10 @@ def deletewallet(): |
|
|
|
|
|
|
|
|
return redirect(url_for("home")) |
|
|
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") |
|
|
@app.route("/lnurlwallet") |
|
|
def lnurlwallet(): |
|
|
def lnurlwallet(): |
|
|