To-do-List-App/proxyconfig.json

7 lines
121 B
JSON
Raw Normal View History

2020-09-15 08:14:45 +00:00
{
"/tasks":{
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
}
}