Hide js tabs for mining endpoints

This commit is contained in:
hunicus 2022-05-18 17:33:52 -04:00
parent 455412d2a0
commit e8ef4a39ec
No known key found for this signature in database
GPG key ID: 24837C51B6D81FD9
4 changed files with 69 additions and 6 deletions

View file

@ -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(