module.exports = { "/api/": { target: "http://192.168.10.227:9000", changeOrigin: true, pathRewrite: { "^/api": "/" } } };