Moving API docs to separate /api page.

This commit is contained in:
softsimon
2020-10-07 23:24:01 +07:00
parent 0ee2753100
commit b6738dd9e8
11 changed files with 168 additions and 123 deletions

View File

@@ -8,11 +8,11 @@
"secure": false,
"ws": true
},
"/api": {
"/api/": {
"target": "http://localhost:50001/",
"secure": false,
"pathRewrite": {
"^/api": ""
"^/api/": ""
}
},
"/testnet/api/v1": {
@@ -30,7 +30,7 @@
"^/testnet/api": "/api/v1/ws"
}
},
"/testnet/api": {
"/testnet/api/": {
"target": "http://localhost:50001/",
"secure": false,
"pathRewrite": {
@@ -45,18 +45,18 @@
"^/liquid/api": "/api/v1/ws"
}
},
"/liquid/api": {
"/liquid/api/": {
"target": "http://localhost:50001/",
"secure": false,
"pathRewrite": {
"^/liquid/api": ""
"^/liquid/api/": ""
}
},
"/bisq/api": {
"/bisq/api/": {
"target": "http://localhost:8999/",
"secure": false,
"pathRewrite": {
"^/bisq/api": "/api/v1/bisq"
"^/bisq/api/": "/api/v1/bisq"
}
},
"/bisq/api/v1/ws": {
@@ -64,7 +64,7 @@
"secure": false,
"ws": true,
"pathRewrite": {
"^/testnet/api": "/api/v1/ws"
"^/bisq/api": "/api/v1/ws"
}
}
}