updated dev article

This commit is contained in:
ben
2022-12-01 19:04:05 +00:00
parent 9a50f4187e
commit 44e12f9d3a
2 changed files with 7 additions and 50 deletions
@@ -657,7 +657,7 @@
lnurlValueFetch: function (lnurl, switchId) {
this.lnurlValue = lnurl
this.websocketConnector(
'wss://' + window.location.host + '/lnurldevice/ws/' + switchId
'wss://' + window.location.host + '/api/v1/ws/' + switchId
)
},
addSwitch: function () {