thingsboard/ui-ngx/proxy.conf.json
2019-11-22 17:58:13 +02:00

15 lines
239 B
JSON

{
"/api": {
"target": "http://localhost:8080",
"secure": false
},
"/static/rulenode": {
"target": "http://localhost:8080",
"secure": false
},
"/api/ws": {
"target": "ws://localhost:8080",
"ws": true
}
}