mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-19 20:14:59 +02:00
Update __init__.py
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
from quart import Blueprint
|
||||
from lnbits.db import Database
|
||||
|
||||
db = Database("ext_freetunnel")
|
||||
db = Database("ext_ngrok")
|
||||
|
||||
freetunnel_ext: Blueprint = Blueprint(
|
||||
"freetunnel", __name__, static_folder="static", template_folder="templates"
|
||||
"ngrok", __name__, static_folder="static", template_folder="templates"
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user