AltitudeWeb/frontend/proxy.conf.json

8 lines
105 B
JSON

{
"/api": {
"target": "http://localhost:8080",
"secure": false,
"changeOrigin": true
}
}