mempool/frontend/proxy.conf.json

11 lines
171 B
JSON
Raw Normal View History

2019-07-21 16:59:47 +02:00
{
"/api": {
"target": "http://localhost:8999/",
"secure": false
},
"/ws": {
"target": "http://localhost:8999/",
"secure": false,
"ws": true
2019-07-21 16:59:47 +02:00
}
}