just site title

This commit is contained in:
callebtc 2022-12-08 11:54:28 +01:00
parent 8c27561a3f
commit 0927bc582f

View File

@ -21,7 +21,7 @@ from .utils import decoded_as_lndhub, to_buffer
@lndhub_ext.get("/ext/getinfo")
async def lndhub_getinfo():
return {"alias": LNBITS_SITE_TITLE + " - LndHub"}
return {"alias": LNBITS_SITE_TITLE}
class AuthData(BaseModel):