Put extensions back so we can start converting
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from quart import Blueprint
|
||||
from lnbits.db import Database
|
||||
|
||||
db = Database("ext_ngrok")
|
||||
|
||||
ngrok_ext: Blueprint = Blueprint("ngrok", __name__, template_folder="templates")
|
||||
|
||||
from .views import * # noqa
|
||||
Reference in New Issue
Block a user