Change boot to launching

This commit is contained in:
Ben Arc 2021-04-20 13:44:10 +01:00
parent 92722b315b
commit ddeb3fa9b2

View file

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