ОШИБКА CORS http://localhost:3000/ нетто::ERR_FAILED 200
#javascript #node.js #cors Вопрос: Я получаю ошибку cors const api = getAPI(); // HERE's ERROR function getAPI() { return (fetch('http://localhost:3000')); // returns a promise } register.html:1 Access to fetch at…