mempool/frontend/proxy.conf.json
2019-08-29 01:05:46 +02:00

11 lines
171 B
JSON

{
"/api": {
"target": "http://localhost:8999/",
"secure": false
},
"/ws": {
"target": "http://localhost:8999/",
"secure": false,
"ws": true
}
}