fixed bug

This commit is contained in:
Ben Arc
2021-07-03 15:00:08 +01:00
parent 117ae1aec3
commit 8619da29cf
4 changed files with 40 additions and 48 deletions
+2 -4
View File
@@ -3,10 +3,8 @@ from lnbits.db import Database
db = Database("ext_ngrok")
freetunnel_ext: Blueprint = Blueprint(
ngrok_ext: Blueprint = Blueprint(
"ngrok", __name__, static_folder="static", template_folder="templates"
)
from .views_api import * # noqa
from .views import * # noqa
from .views import * # noqa