Responsiveness fixes.

This commit is contained in:
softsimon
2020-07-19 13:46:30 +07:00
parent cfb60c0bad
commit fbb8185c82
8 changed files with 40 additions and 14 deletions

View File

@@ -8,11 +8,11 @@
"secure": false,
"ws": true
},
"/api/bisq": {
"/bisq/api": {
"target": "http://localhost:8999/",
"secure": false,
"pathRewrite": {
"^/api/bisq": "/api/v1/bisq"
"^/bisq/api": "/api/v1/bisq"
}
},
"/api": {