To-do-List-App/proxyconfig.json
2020-09-15 16:14:45 +08:00

7 lines
121 B
JSON

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