Skip to content

Commit aca333f

Browse files
authored
Fix non uma lnurl path (#224)
1 parent cf38342 commit aca333f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

umaserverdemo/src/main/kotlin/com/lightspark/ReceivingVasp.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ fun Routing.registerReceivingVaspRoutes(receivingVasp: ReceivingVasp) {
494494
call.debugLog(receivingVasp.handleLnurlp(call))
495495
}
496496

497-
get("/api/lnurl/payreq/{uuid}") {
497+
get("/api/uma/payreq/{uuid}") {
498498
call.debugLog(receivingVasp.handleLnurlPayreq(call))
499499
}
500500

0 commit comments

Comments
 (0)