fix merge error
This commit is contained in:
parent
26769d9498
commit
cadb6b2161
1 changed files with 0 additions and 4 deletions
|
|
@ -57,10 +57,6 @@ def create_app(config_object="lnbits.settings") -> FastAPI:
|
|||
},
|
||||
)
|
||||
|
||||
if lnbits.settings.LNBITS_ADMIN_UI:
|
||||
g().admin_conf = conf
|
||||
check_settings(app)
|
||||
|
||||
g().WALLET = WALLET
|
||||
app.mount("/static", StaticFiles(packages=[("lnbits", "static")]), name="static")
|
||||
app.mount(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue