mirror of
https://github.com/mempool/mempool.git
synced 2025-01-17 18:52:34 +01:00
Merge pull request #769 from mempool/wiz/fix-api-docs-fees-path
Fix api-docs incorrect API path for fees related methods
This commit is contained in:
commit
9bdf42530a
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user