mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 22:58:30 +01:00
Fix url for mempool post endpoint
This commit is contained in:
parent
bb6a22192c
commit
ac21c47540
1 changed files with 0 additions and 1 deletions
|
@ -302,7 +302,6 @@ yarn add @mempool/liquid.js`;
|
|||
return `curl -sSL "${this.hostname}${text}"`;
|
||||
}
|
||||
if (this.method === 'POST') {
|
||||
text = text.replace('/api', `/${this.network}/api`);
|
||||
return `curl -X POST -sSLd "${text}"`;
|
||||
}
|
||||
return `curl -sSL "${this.hostname}/${this.network}${text}"`;
|
||||
|
|
Loading…
Add table
Reference in a new issue