Show fees of Lightning transactions #122

Merged
raucao merged 4 commits from feature/lightning_fees into master 2023-05-10 12:27:25 +00:00
Showing only changes of commit ce7387a409 - Show all commits

View File

@@ -18,9 +18,6 @@ Rails.application.routes.draw do
resources :invitations, only: ['index', 'show', 'create', 'destroy']
get 'wallet', to: 'wallet#index'
get 'wallet/transactions', to: 'wallet#transactions'
namespace :services do
resources :lightning, only: [:index] do
collection do