mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-23 22:47:05 +01:00
fix for #1182
This commit is contained in:
parent
386e1ec4d9
commit
8c27561a3f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ from .utils import decoded_as_lndhub, to_buffer
|
|||
|
||||
@lndhub_ext.get("/ext/getinfo")
|
||||
async def lndhub_getinfo():
|
||||
raise HTTPException(status_code=HTTPStatus.UNAUTHORIZED, detail="bad auth")
|
||||
return {"alias": LNBITS_SITE_TITLE + " - LndHub"}
|
||||
|
||||
|
||||
class AuthData(BaseModel):
|
||||
|
|
Loading…
Add table
Reference in a new issue