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 -1
View File
@@ -4,7 +4,7 @@ from lnbits.db import Database
db = Database("ext_ngrok")
ngrok_ext: Blueprint = Blueprint(
"ngrok", __name__, static_folder="static", template_folder="templates"
"ngrok", __name__, template_folder="templates"
)
from .views import * # noqa