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"))
|
||||
|
||||
@app.route("/lnurl")
|
||||
def lnurl():
|
||||
lnurl = request.args.get("lightning")
|
||||
return render_template("lnurl.html", lnurl=lnurl)
|
||||
|
||||
@app.route("/lnurlwallet")
|
||||
def lnurlwallet():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue