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