Assets page pagination.

This commit is contained in:
softsimon
2020-08-13 00:46:44 +07:00
parent b1c8166936
commit 097e2ba0ea
5 changed files with 139 additions and 66 deletions

View File

@@ -37,6 +37,21 @@
"^/testnet/api": ""
}
},
"/liquid/api/v1/ws": {
"target": "http://localhost:8999/",
"secure": false,
"ws": true,
"pathRewrite": {
"^/liquid/api": "/api/v1/ws"
}
},
"/liquid/api": {
"target": "http://localhost:50001/",
"secure": false,
"pathRewrite": {
"^/liquid/api": ""
}
},
"/bisq/api": {
"target": "http://localhost:8999/",
"secure": false,