mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-28 12:56:16 +02:00
fix merge error
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user