Rename Wallet to Lightning Network, move to Services
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Râu Cao
2023-05-01 16:13:41 +02:00
parent 34849b28b0
commit 67a9fc02d7
10 changed files with 35 additions and 29 deletions

View File

@@ -21,6 +21,14 @@ Rails.application.routes.draw do
get 'wallet', to: 'wallet#index'
get 'wallet/transactions', to: 'wallet#transactions'
namespace :services do
resources :lightning, only: [:index] do
collection do
get 'transactions'
end
end
end
resources :settings, param: 'section', only: ['index', 'show', 'update'] do
collection do
post 'reset_password'