mirror of
https://github.com/mempool/mempool.git
synced 2026-08-16 13:00:49 +02:00
Hide js tabs for mining endpoints
This commit is contained in:
parent
455412d2a0
commit
e8ef4a39ec
4 changed files with 69 additions and 6 deletions
|
|
@ -12,6 +12,7 @@ export class CodeTemplateComponent implements OnInit {
|
|||
@Input() hostname: string;
|
||||
@Input() baseNetworkUrl: string;
|
||||
@Input() method: 'GET' | 'POST' | 'websocket' = 'GET';
|
||||
@Input() showCodeExample: any;
|
||||
env: Env;
|
||||
|
||||
constructor(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue