feat: show wss URL

This commit is contained in:
Vlad Stan 2023-02-24 15:10:58 +02:00
parent 5e313c0282
commit 63be2b5b2d
3 changed files with 29 additions and 6 deletions

View file

@ -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)