Liquid proxy fix to work locally.
This commit is contained in:
parent
ef7dd6c8fb
commit
c6e72be483
@ -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/": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user