allerta-vvf/frontend/proxy.conf.json

13 lines
212 B
JSON
Raw Normal View History

2021-12-22 23:06:00 +01:00
{
"/api": {
2023-02-23 00:25:23 +01:00
"target": "http://allertavvf.test/",
2021-12-22 23:06:00 +01:00
"secure": false,
"changeOrigin": true
},
"/docs": {
"target": "http://allertavvf.test/",
"secure": false,
"changeOrigin": true
2021-12-22 23:06:00 +01:00
}
}