mempool/frontend/proxy.conf.json

25 lines
450 B
JSON
Raw Normal View History

2019-07-21 16:59:47 +02:00
{
"/api/v1": {
2019-07-21 16:59:47 +02:00
"target": "http://localhost:8999/",
"secure": false
2020-02-23 21:43:00 +01:00
},
"/api/v1/ws": {
2020-02-23 21:43:00 +01:00
"target": "http://localhost:8999/",
"secure": false,
"ws": true
},
2020-07-19 08:46:30 +02:00
"/bisq/api": {
2020-07-19 07:57:41 +02:00
"target": "http://localhost:8999/",
"secure": false,
"pathRewrite": {
2020-07-19 08:46:30 +02:00
"^/bisq/api": "/api/v1/bisq"
2020-07-19 07:57:41 +02:00
}
},
"/api": {
"target": "http://localhost:50001/",
2020-02-23 21:43:00 +01:00
"secure": false,
"pathRewrite": {
"^/api": ""
2020-02-23 21:43:00 +01:00
}
2019-07-21 16:59:47 +02:00
}
}