Add NIP-05 well-known endpoint
This commit is contained in:
@@ -44,6 +44,8 @@ Rails.application.routes.draw do
|
||||
get 'keysend/:address', to: 'lnurlpay#keysend',
|
||||
as: 'lightning_address_keysend', constraints: { address: /[^\/]+/}
|
||||
|
||||
get '.well-known/nostr', to: 'well_known#nostr'
|
||||
|
||||
post 'webhooks/lndhub', to: 'webhooks#lndhub'
|
||||
|
||||
namespace :api do
|
||||
|
||||
Reference in New Issue
Block a user