Files
am-product-material/proxy.config.json
2019-03-20 00:38:46 -06:00

15 lines
236 B
JSON

{
"/api": {
"target": "http://localhost:3000",
"secure": false
},
"/login": {
"target": "http://localhost:3000",
"secure": false
},
"/logout": {
"target": "http://localhost:3000",
"secure": false
}
}