We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf38342 commit aca333fCopy full SHA for aca333f
umaserverdemo/src/main/kotlin/com/lightspark/ReceivingVasp.kt
@@ -494,7 +494,7 @@ fun Routing.registerReceivingVaspRoutes(receivingVasp: ReceivingVasp) {
494
call.debugLog(receivingVasp.handleLnurlp(call))
495
}
496
497
- get("/api/lnurl/payreq/{uuid}") {
+ get("/api/uma/payreq/{uuid}") {
498
call.debugLog(receivingVasp.handleLnurlPayreq(call))
499
500
0 commit comments