.then(response => response.json()) .then(({ api_server }) => { fetchData('https://' + api_server); }); } })();