Merge branch 'master' into feature/rs-oauth

This commit is contained in:
Râu Cao
2023-07-04 16:43:32 +02:00
23 changed files with 296 additions and 158 deletions

View File

@@ -24,6 +24,7 @@ Rails.application.routes.draw do
resources :lightning, only: [:index] do
collection do
get 'transactions'
get 'qr_lnurlp'
end
end
end