feat: show wss URL
This commit is contained in:
parent
5e313c0282
commit
63be2b5b2d
3 changed files with 29 additions and 6 deletions
|
|
@ -140,11 +140,7 @@ const relays = async () => {
|
|||
'PUT',
|
||||
'/nostrrelay/api/v1/relay/' + relay.id,
|
||||
this.g.user.wallets[0].adminkey,
|
||||
{
|
||||
active: relay.active,
|
||||
id: relay.id,
|
||||
name: relay.name
|
||||
}
|
||||
{}
|
||||
)
|
||||
} catch (error) {
|
||||
LNbits.utils.notifyApiError(error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue