mempool/frontend/proxy.conf.json
2020-07-11 00:17:13 +07:00

18 lines
305 B
JSON

{
"/api/v1": {
"target": "http://localhost:8999/",
"secure": false
},
"/api/v1/ws": {
"target": "http://localhost:8999/",
"secure": false,
"ws": true
},
"/api": {
"target": "http://localhost:50001/",
"secure": false,
"pathRewrite": {
"^/api": ""
}
}
}