Unable to Cross Domains
http://localhost:8080/api/login has to be redirected to http://localhost:8080/index.html
proxyTable: {
'/api': {
target: 'http://47.106.74.67:8080',
changeOrigin: true,
pathRewrite: {
'^/api': '/'
}
}
},
Why is this happening? I have attempted to modify all devServer settings in webpack.dev.conf.js, but I cannot see any network-related configurations.