To-do-List-App/proxyconfig.json

7 lines
121 B
JSON

{
"/tasks":{
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
}
}