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