mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 19:01:19 +00:00
Fix port
This commit is contained in:
parent
4b60055377
commit
43f2ef9da3
@ -26,7 +26,7 @@ export default async function handler(req, res) {
|
||||
|
||||
// Call LND to check payment status
|
||||
const response = await axios.get(
|
||||
`https://${foundAddress.lndHost}/v1/invoice/${slug}`,
|
||||
`https://${foundAddress.lndHost}:${foundAddress.lndPort}/v1/invoice/${slug}`,
|
||||
{
|
||||
headers: {
|
||||
'Grpc-Metadata-macaroon': foundAddress.invoiceMacaroon,
|
||||
|
Loading…
x
Reference in New Issue
Block a user