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
.request(
'GET',
'/api/v1/copilot/ws/{{ copilot.id }}/initialising/rocket',
'/copilot/api/v1/copilot/ws/{{ copilot.id }}/initialising/rocket',
'filla'
)
.then(function (response) {})