From ce7387a409fcbd4a653862e165865a672c5418d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Wed, 3 May 2023 21:54:33 +0200 Subject: [PATCH] Remove obsolete routes --- config/routes.rb | 3 --- 1 file changed, 3 deletions(-) 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