mirror of
https://github.com/mempool/mempool.git
synced 2024-12-28 17:24:25 +01:00
25 lines
450 B
JSON
25 lines
450 B
JSON
{
|
|
"/api/v1": {
|
|
"target": "http://localhost:8999/",
|
|
"secure": false
|
|
},
|
|
"/api/v1/ws": {
|
|
"target": "http://localhost:8999/",
|
|
"secure": false,
|
|
"ws": true
|
|
},
|
|
"/bisq/api": {
|
|
"target": "http://localhost:8999/",
|
|
"secure": false,
|
|
"pathRewrite": {
|
|
"^/bisq/api": "/api/v1/bisq"
|
|
}
|
|
},
|
|
"/api": {
|
|
"target": "http://localhost:50001/",
|
|
"secure": false,
|
|
"pathRewrite": {
|
|
"^/api": ""
|
|
}
|
|
}
|
|
} |