Merge branch 'master' into feature/lightning_donation_qr_codes
This commit is contained in:
@@ -5,3 +5,4 @@ pin "@hotwired/turbo-rails", to: "turbo.min.js", preload: true
|
||||
pin "@hotwired/stimulus", to: "stimulus.min.js", preload: true
|
||||
pin "@hotwired/stimulus-loading", to: "stimulus-loading.js", preload: true
|
||||
pin_all_from "app/javascript/controllers", under: "controllers"
|
||||
pin "bech32" # @2.0.0
|
||||
|
||||
@@ -33,6 +33,8 @@ Rails.application.routes.draw do
|
||||
collection do
|
||||
post 'update_email'
|
||||
post 'reset_password'
|
||||
post 'set_nostr_pubkey'
|
||||
delete 'nostr_pubkey', to: 'settings#remove_nostr_pubkey'
|
||||
end
|
||||
end
|
||||
|
||||
@@ -43,6 +45,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