Fix lnurlp route
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Râu Cao 2024-01-29 11:18:51 +02:00
parent 0cf000c1b8
commit b0b56fcf92
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

@ -58,7 +58,7 @@ Rails.application.routes.draw do
get '.well-known/webfinger', to: 'webfinger#show'
get '.well-known/nostr', to: 'well_known#nostr'
get '.well-known/lnurlpay/:username', to: 'lnurlpay#index', as: 'lightning_address'
get '.well-known/lnurlp/:username', to: 'lnurlpay#index', as: 'lightning_address'
get '.well-known/keysend/:username', to: 'lnurlpay#keysend', as: 'lightning_address_keysend'
get 'lnurlpay/:username/invoice', to: 'lnurlpay#invoice', as: 'lnurlpay_invoice'