mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-21 06:06:11 +02:00
small fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
from quart import Blueprint
|
from quart import Blueprint
|
||||||
from lnbits.db import Database
|
from lnbits.db import Database
|
||||||
|
|
||||||
db = Database("ext_example")
|
db = Database("ext_ngrok")
|
||||||
|
|
||||||
ngrok_ext: Blueprint = Blueprint("ngrok", __name__, template_folder="templates")
|
ngrok_ext: Blueprint = Blueprint("ngrok", __name__, template_folder="templates")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user