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