Always use local hostname for API examples.

This commit is contained in:
softsimon
2021-09-19 13:17:11 +04:00
parent c4edecf714
commit 79e3949c92
2 changed files with 2 additions and 14 deletions

View File

@@ -698,7 +698,7 @@
</ng-template>
<ng-template ngbPanelContent>
<div class="endpoint">
<a [href]="wrapUrl(network.val, code.mempoolRecent)" target="_blank">GET {{ baseNetworkUrl }}/api/tx/:txid</a>
<a [href]="wrapUrl(network.val, code.transaction)" target="_blank">GET {{ baseNetworkUrl }}/api/tx/:txid</a>
</div>
<div class="description">
<div class="subtitle" i18n>Description</div>