weather-station/core/frontend/proxy.conf.json

15 lines
260 B
JSON

{
"/api": {
"target": "http://localhost:10003",
"secure": false,
"changeOrigin": true,
"logLevel": "info"
},
"/static": {
"target": "http://localhost:10003",
"secure": false,
"changeOrigin": true,
"logLevel": "info"
}
}