fix merge error
This commit is contained in:
parent
6db5fb16c8
commit
affec50a3d
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
|
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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue