mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 02:11:49 +01:00
11 lines
171 B
JSON
11 lines
171 B
JSON
{
|
|
"/api": {
|
|
"target": "http://localhost:8999/",
|
|
"secure": false
|
|
},
|
|
"/ws": {
|
|
"target": "http://localhost:8999/",
|
|
"secure": false,
|
|
"ws": true
|
|
}
|
|
} |