Update Bisq API paths to /api/bisq
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
"secure": false,
|
||||
"ws": true
|
||||
},
|
||||
"/api/bisq": {
|
||||
"target": "http://localhost:8999/",
|
||||
"secure": false,
|
||||
"pathRewrite": {
|
||||
"^/api/bisq": "/api/v1/bisq"
|
||||
}
|
||||
},
|
||||
"/api": {
|
||||
"target": "http://localhost:50001/",
|
||||
"secure": false,
|
||||
|
||||
Reference in New Issue
Block a user