allerta-vvf/frontend/proxy.conf.json

7 lines
104 B
JSON
Raw Normal View History

2021-12-22 23:06:00 +01:00
{
"/api": {
"target": "http://127.0.0.1:8080",
"secure": false,
"changeOrigin": true
}
}