const proxy = { '/api': { target: 'http://10.104.1.38:3000', changeOrigin: true, pathRewrite: { '^/api': '' }, } } export default proxy;