mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 05:12:35 +01:00
Add /liquidtestnet/ to links
This commit is contained in:
parent
c232f6a11d
commit
7eabbe30e6
@ -4248,6 +4248,10 @@ export class ApiDocsComponent implements OnInit {
|
||||
if (!['', 'mainnet'].includes(network)) {
|
||||
curlNetwork = `/${network}`;
|
||||
}
|
||||
} else if (this.env.BASE_MODULE === 'liquid') {
|
||||
if (!['', 'liquid'].includes(network)) {
|
||||
curlNetwork = `/${network}`;
|
||||
}
|
||||
}
|
||||
|
||||
let text = code.codeTemplate.curl;
|
||||
|
Loading…
Reference in New Issue
Block a user