Liquid proxy fix to work locally.

This commit is contained in:
softsimon 2021-08-04 14:21:15 +03:00
parent ef7dd6c8fb
commit c6e72be483
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -67,11 +67,18 @@
"^/liquid/api": "/api/v1/ws" "^/liquid/api": "/api/v1/ws"
} }
}, },
"/liquid/api/": { "/liquid/api/v1/": {
"target": "http://localhost:50001/", "target": "http://localhost:8999/",
"secure": false, "secure": false,
"pathRewrite": { "pathRewrite": {
"^/liquid/api/": "" "^/liquid/api/": "/api/"
}
},
"/liquid/api/": {
"target": "http://localhost:8999/",
"secure": false,
"pathRewrite": {
"^/liquid/api/": "/api/v1/"
} }
}, },
"/bisq/api/": { "/bisq/api/": {