refactor: camera ready

This commit is contained in:
Eneko Illarramendi
2020-03-10 23:12:22 +01:00
parent 49addb8d56
commit 75d97ddfc1
15 changed files with 126 additions and 96 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ def favicon():
@core_app.route("/")
def home():
return render_template("core/index.html")
return render_template("core/index.html", lnurl=request.args.get("lightning", None))
@core_app.route("/extensions")