mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-06-06 18:31:00 +00:00
logs
This commit is contained in:
parent
baac9ee21c
commit
4b60055377
@ -21,6 +21,9 @@ export default async function handler(req, res) {
|
||||
return;
|
||||
}
|
||||
|
||||
console.log("FOUND ADDRESS", foundAddress);
|
||||
console.log("SLUG", slug);
|
||||
|
||||
// Call LND to check payment status
|
||||
const response = await axios.get(
|
||||
`https://${foundAddress.lndHost}/v1/invoice/${slug}`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user