Added frontend pages and started making lnurl

This commit is contained in:
Ben Arc
2021-04-13 17:10:25 +01:00
parent 9ec208c434
commit df5e4cb9db
9 changed files with 330 additions and 98 deletions
+1 -1
View File
@@ -19,4 +19,4 @@ async def display(copilot_id):
copilot = await get_copilot(copilot_id) or abort(
HTTPStatus.NOT_FOUND, "Charge link does not exist."
)
return await render_template("copilot/display.html", copilot=copilot)
return await render_template("copilot/panel.html", copilot=copilot)