Update __init__.py
Added temp screen for claiming lnurl
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user