mempool/frontend/proxy.conf.json

18 lines
305 B
JSON
Raw Normal View History

2019-07-21 17:59:47 +03:00
{
"/api/v1": {
2019-07-21 17:59:47 +03:00
"target": "http://localhost:8999/",
"secure": false
2020-02-24 03:43:00 +07:00
},
"/api/v1/ws": {
2020-02-24 03:43:00 +07:00
"target": "http://localhost:8999/",
"secure": false,
"ws": true
},
"/api": {
"target": "http://localhost:50001/",
2020-02-24 03:43:00 +07:00
"secure": false,
"pathRewrite": {
"^/api": ""
2020-02-24 03:43:00 +07:00
}
2019-07-21 17:59:47 +03:00
}
}