allerta-vvf/frontend/proxy.conf.json

13 lines
212 B
JSON

{
"/api": {
"target": "http://allertavvf.test/",
"secure": false,
"changeOrigin": true
},
"/docs": {
"target": "http://allertavvf.test/",
"secure": false,
"changeOrigin": true
}
}