Update Bisq API paths to /api/bisq

This commit is contained in:
softsimon
2020-07-19 12:57:41 +07:00
parent 4e6ba18f19
commit cfb60c0bad
2 changed files with 14 additions and 7 deletions

View File

@@ -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,