bizmatch-project/bizmatch/proxy.conf.json

10 lines
159 B
JSON

{
"/api": {
"target": "http://localhost:3000",
"secure": false
},
"/pictures": {
"target": "http://localhost:8080",
"secure": false
}
}