small fix
This commit is contained in:
parent
7a18a44948
commit
5003a89a48
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from quart import Blueprint
|
||||
from lnbits.db import Database
|
||||
|
||||
db = Database("ext_example")
|
||||
db = Database("ext_ngrok")
|
||||
|
||||
ngrok_ext: Blueprint = Blueprint("ngrok", __name__, template_folder="templates")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue