mirror of
https://github.com/mempool/mempool.git
synced 2025-01-01 03:04:27 +01:00
18 lines
305 B
JSON
18 lines
305 B
JSON
{
|
|
"/api/v1": {
|
|
"target": "http://localhost:8999/",
|
|
"secure": false
|
|
},
|
|
"/api/v1/ws": {
|
|
"target": "http://localhost:8999/",
|
|
"secure": false,
|
|
"ws": true
|
|
},
|
|
"/api": {
|
|
"target": "http://localhost:50001/",
|
|
"secure": false,
|
|
"pathRewrite": {
|
|
"^/api": ""
|
|
}
|
|
}
|
|
} |