mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-04 01:53:59 +01:00
Update __init__.py
Added temp screen for claiming lnurl
This commit is contained in:
parent
25458cf168
commit
d1219aa85b
1 changed files with 4 additions and 0 deletions
|
@ -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():
|
||||||
|
|
Loading…
Add table
Reference in a new issue