Refactored transaction handling.

This commit is contained in:
softsimon
2020-12-21 23:08:34 +07:00
parent 5dbf6789a7
commit ecc0f316cc
12 changed files with 331 additions and 145 deletions

View File

@@ -9,10 +9,10 @@
"ws": true
},
"/api/": {
"target": "http://localhost:50001/",
"target": "http://localhost:8999/",
"secure": false,
"pathRewrite": {
"^/api/": ""
"^/api/": "/api/v1/"
}
},
"/testnet/api/v1": {