diff --git a/config/routes.rb b/config/routes.rb index be4195b..c8dd8a4 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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