module.exports = { 'GET /api/*': 'http://localhost:3000', 'POST /api/*': 'http://localhost:3000' } err with request :Error: getaddrinfo ENOENT localhost
module.exports = {
'GET /api/': 'http://localhost:3000',
'POST /api/': 'http://localhost:3000'
}
err with request :Error: getaddrinfo ENOENT localhost