mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-06-06 18:31:00 +00:00
Fix port
This commit is contained in:
parent
43f2ef9da3
commit
7d1ed230ac
@ -48,7 +48,7 @@ export default async function handler(req, res) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const response = await axios.post(`https://${foundAddress.lndHost}/v1/invoices`, {
|
const response = await axios.post(`https://${foundAddress.lndHost}:${foundAddress.lndPort}/v1/invoices`, {
|
||||||
value_msat: amount,
|
value_msat: amount,
|
||||||
description_hash: description_hash
|
description_hash: description_hash
|
||||||
}, {
|
}, {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user