Deleted all the bits we dont need

This commit is contained in:
Ben Arc
2021-07-03 15:29:40 +01:00
parent 64f72f90eb
commit 7eba75c0a0
6 changed files with 3 additions and 159 deletions
+1 -6
View File
@@ -25,9 +25,4 @@ ngrok_tunnel = ngrok.connect(5000)
@validate_uuids(["usr"], required=True)
@check_user_exists()
async def index():
# row = await db.fetchone("SELECT * FROM ngrok")
# return row
# return "Access and use your lnbits instance here: " + string5
# return Ngrok.from_row(row) if row else None
return await render_template("ngrok/index.html", ngrok=string5)
return await render_template("ngrok/index.html", ngrok=string5)