mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-29 11:12:11 +01:00
Update __init__.py
Added temp screen for claiming lnurl
This commit is contained in:
parent
25458cf168
commit
d1219aa85b
@ -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…
x
Reference in New Issue
Block a user