mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 10:21:52 +01:00
18 lines
321 B
JSON
18 lines
321 B
JSON
{
|
|
"/api": {
|
|
"target": "http://localhost:8999/",
|
|
"secure": false
|
|
},
|
|
"/ws": {
|
|
"target": "http://localhost:8999/",
|
|
"secure": false,
|
|
"ws": true
|
|
},
|
|
"/electrs": {
|
|
"target": "https://www.blockstream.info/testnet/api/",
|
|
"secure": false,
|
|
"pathRewrite": {
|
|
"^/electrs": ""
|
|
}
|
|
}
|
|
} |