module.exports = { devServer: { proxy: { '/api': { //target: 'http://localhost:57260/', //target: 'http://192.168.6.188:5000', target: 'http://192.168.0.219:113', changeOrigin: true, }, '/nph-srep': { target: 'http://www.unipoint-consoft.co.za', changeOrigin: true, }, }, }, };