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: { |       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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user