Узел JS Cross Origin ошибка

const cors = require('cors');
app.use(cors({
    origin: 'https://www.section.io'
}));
Selfish sheep