Remove obsolete routes
This commit is contained in:
parent
f1ae5667de
commit
ce7387a409
@ -18,9 +18,6 @@ Rails.application.routes.draw do
|
|||||||
|
|
||||||
resources :invitations, only: ['index', 'show', 'create', 'destroy']
|
resources :invitations, only: ['index', 'show', 'create', 'destroy']
|
||||||
|
|
||||||
get 'wallet', to: 'wallet#index'
|
|
||||||
get 'wallet/transactions', to: 'wallet#transactions'
|
|
||||||
|
|
||||||
namespace :services do
|
namespace :services do
|
||||||
resources :lightning, only: [:index] do
|
resources :lightning, only: [:index] do
|
||||||
collection do
|
collection do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user