diff --git a/frontend/src/app/components/api-docs/api-docs.component.html b/frontend/src/app/components/api-docs/api-docs.component.html index 583f89008..306288a91 100644 --- a/frontend/src/app/components/api-docs/api-docs.component.html +++ b/frontend/src/app/components/api-docs/api-docs.component.html @@ -105,7 +105,7 @@ Returns the transaction at index :index within the specified block. - GET {{ network.val === '' ? '' : '/' + network.val }}/api/block/:hash/txid/raw + GET {{ network.val === '' ? '' : '/' + network.val }}/api/block/:hash/raw Returns the raw block representation in binary.