portfolio.web/src/proxy.conf.json

10 lines
183 B
JSON

{
"/api": {
"target": "https://localhost:7013",
"secure": false
},
"/images": {
"target": "https://localhost:7013",
"secure": false
}
}