module.exports={
"devServer":{
"proxy":{
"api":{
"target":'http://localhost:3000',
"changeOrign":true,
"secure":false,
"pathRewrite":{
"^/api":''
}
}
}
}
}

