function sendCommand(endpoint) { fetch(endpoint) .then(r => r.text()) .then(console.log); }