2019-07-21 17:59:47 +03:00
|
|
|
{
|
2020-07-11 00:17:13 +07: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
|
|
|
},
|
2020-07-11 00:17:13 +07:00
|
|
|
"/api/v1/ws": {
|
2020-02-24 03:43:00 +07:00
|
|
|
"target": "http://localhost:8999/",
|
|
|
|
"secure": false,
|
|
|
|
"ws": true
|
|
|
|
},
|
2020-10-07 23:24:01 +07:00
|
|
|
"/api/": {
|
2020-08-02 18:31:47 +07:00
|
|
|
"target": "http://localhost:50001/",
|
|
|
|
"secure": false,
|
|
|
|
"pathRewrite": {
|
2020-10-07 23:24:01 +07:00
|
|
|
"^/api/": ""
|
2020-08-02 18:31:47 +07:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"/testnet/api/v1": {
|
|
|
|
"target": "http://localhost:8999/",
|
|
|
|
"secure": false,
|
|
|
|
"pathRewrite": {
|
|
|
|
"^/testnet/api/v1": "/api/v1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"/testnet/api/v1/ws": {
|
|
|
|
"target": "http://localhost:8999/",
|
|
|
|
"secure": false,
|
|
|
|
"ws": true,
|
|
|
|
"pathRewrite": {
|
|
|
|
"^/testnet/api": "/api/v1/ws"
|
|
|
|
}
|
|
|
|
},
|
2020-10-07 23:24:01 +07:00
|
|
|
"/testnet/api/": {
|
2020-08-02 18:31:47 +07:00
|
|
|
"target": "http://localhost:50001/",
|
|
|
|
"secure": false,
|
|
|
|
"pathRewrite": {
|
|
|
|
"^/testnet/api": ""
|
|
|
|
}
|
|
|
|
},
|
2020-08-13 00:46:44 +07:00
|
|
|
"/liquid/api/v1/ws": {
|
|
|
|
"target": "http://localhost:8999/",
|
|
|
|
"secure": false,
|
|
|
|
"ws": true,
|
|
|
|
"pathRewrite": {
|
|
|
|
"^/liquid/api": "/api/v1/ws"
|
|
|
|
}
|
|
|
|
},
|
2020-10-07 23:24:01 +07:00
|
|
|
"/liquid/api/": {
|
2020-08-13 00:46:44 +07:00
|
|
|
"target": "http://localhost:50001/",
|
|
|
|
"secure": false,
|
|
|
|
"pathRewrite": {
|
2020-10-07 23:24:01 +07:00
|
|
|
"^/liquid/api/": ""
|
2020-08-13 00:46:44 +07:00
|
|
|
}
|
|
|
|
},
|
2020-10-07 23:24:01 +07:00
|
|
|
"/bisq/api/": {
|
2020-07-19 12:57:41 +07:00
|
|
|
"target": "http://localhost:8999/",
|
|
|
|
"secure": false,
|
|
|
|
"pathRewrite": {
|
2020-10-19 11:57:02 +07:00
|
|
|
"^/bisq/api/": "/api/v1/bisq/"
|
2020-07-19 12:57:41 +07:00
|
|
|
}
|
|
|
|
},
|
2020-08-02 18:31:47 +07:00
|
|
|
"/bisq/api/v1/ws": {
|
|
|
|
"target": "http://localhost:8999/",
|
2020-02-24 03:43:00 +07:00
|
|
|
"secure": false,
|
2020-08-02 18:31:47 +07:00
|
|
|
"ws": true,
|
2020-02-24 03:43:00 +07:00
|
|
|
"pathRewrite": {
|
2020-10-07 23:24:01 +07:00
|
|
|
"^/bisq/api": "/api/v1/ws"
|
2020-02-24 03:43:00 +07:00
|
|
|
}
|
2019-07-21 17:59:47 +03:00
|
|
|
}
|
|
|
|
}
|