Bisq explorer is now a separate module.

This commit is contained in:
softsimon
2020-07-11 00:17:13 +07:00
parent 58509aa612
commit 2ac2d9ecce
34 changed files with 347 additions and 106 deletions

View File

@@ -1,18 +1,18 @@
{
"/api": {
"/api/v1": {
"target": "http://localhost:8999/",
"secure": false
},
"/ws": {
"/api/v1/ws": {
"target": "http://localhost:8999/",
"secure": false,
"ws": true
},
"/electrs": {
"target": "https://www.blockstream.info/testnet/api/",
"/api": {
"target": "http://localhost:50001/",
"secure": false,
"pathRewrite": {
"^/electrs": ""
"^/api": ""
}
}
}