diff --git a/umaserverdemo/src/main/kotlin/com/lightspark/ReceivingVasp.kt b/umaserverdemo/src/main/kotlin/com/lightspark/ReceivingVasp.kt index 48db747c..5dcb26e2 100644 --- a/umaserverdemo/src/main/kotlin/com/lightspark/ReceivingVasp.kt +++ b/umaserverdemo/src/main/kotlin/com/lightspark/ReceivingVasp.kt @@ -494,7 +494,7 @@ fun Routing.registerReceivingVaspRoutes(receivingVasp: ReceivingVasp) { call.debugLog(receivingVasp.handleLnurlp(call)) } - get("/api/lnurl/payreq/{uuid}") { + get("/api/uma/payreq/{uuid}") { call.debugLog(receivingVasp.handleLnurlPayreq(call)) }