Skip to content

Commit 771607d

Browse files
committed
remove not necessary route
1 parent bd91d34 commit 771607d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

config/routes.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,4 @@
188188

189189
get 'qr_scanner', to: 'qr_scanner#index', as: 'qr_scanner'
190190

191-
resources :excel_processors, only: [:index] do
192-
collection do
193-
post :process_file
194-
get :download_excel
195-
get :download_image
196-
end
197-
end
198-
199191
end

0 commit comments

Comments
 (0)