mirror of
https://github.com/mempool/mempool.git
synced 2025-01-19 14:45:28 +01:00
Fix api-docs incorrect API path for fees related methods
This commit is contained in:
parent
63a3568481
commit
8525fbb177
@ -1651,7 +1651,7 @@ export class ApiDocsComponent implements OnInit {
|
|||||||
},
|
},
|
||||||
feeMempoolBlocks: {
|
feeMempoolBlocks: {
|
||||||
codeTemplate: {
|
codeTemplate: {
|
||||||
curl: `/api/fees/mempool-blocks`,
|
curl: `/api/v1/fees/mempool-blocks`,
|
||||||
commonJS: `
|
commonJS: `
|
||||||
const { %{0}: { fees } } = mempoolJS();
|
const { %{0}: { fees } } = mempoolJS();
|
||||||
|
|
||||||
@ -1771,7 +1771,7 @@ export class ApiDocsComponent implements OnInit {
|
|||||||
},
|
},
|
||||||
feeRecommended: {
|
feeRecommended: {
|
||||||
codeTemplate: {
|
codeTemplate: {
|
||||||
curl: `/api/fees/recommended`,
|
curl: `/api/v1/fees/recommended`,
|
||||||
commonJS: `
|
commonJS: `
|
||||||
const { %{0}: { fees } } = mempoolJS();
|
const { %{0}: { fees } } = mempoolJS();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user