Fix api-docs incorrect API path for fees related methods

This commit is contained in:
wiz 2021-09-08 07:13:23 +09:00
parent 365a74bf79
commit 1c9826943b

View File

@ -1651,7 +1651,7 @@ export class ApiDocsComponent implements OnInit {
},
feeMempoolBlocks: {
codeTemplate: {
curl: `/api/fees/mempool-blocks`,
curl: `/api/v1/fees/mempool-blocks`,
commonJS: `
const { %{0}: { fees } } = mempoolJS();
@ -1771,7 +1771,7 @@ export class ApiDocsComponent implements OnInit {
},
feeRecommended: {
codeTemplate: {
curl: `/api/fees/recommended`,
curl: `/api/v1/fees/recommended`,
commonJS: `
const { %{0}: { fees } } = mempoolJS();