fixed init url

This commit is contained in:
Ben Arc 2021-04-20 12:21:15 +01:00
parent 469d7809b4
commit 93c1cf4867

View file

@ -157,7 +157,7 @@
LNbits.api LNbits.api
.request( .request(
'GET', 'GET',
'/api/v1/copilot/ws/{{ copilot.id }}/initialising/rocket', '/copilot/api/v1/copilot/ws/{{ copilot.id }}/initialising/rocket',
'filla' 'filla'
) )
.then(function (response) {}) .then(function (response) {})