mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-10 12:32:34 +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
|
g().WALLET = WALLET
|
||||||
app.mount("/static", StaticFiles(packages=[("lnbits", "static")]), name="static")
|
app.mount("/static", StaticFiles(packages=[("lnbits", "static")]), name="static")
|
||||||
app.mount(
|
app.mount(
|
||||||
|
Reference in New Issue
Block a user