mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
Remove unused routes
This commit is contained in:
parent
5e39af41e3
commit
294ff638b1
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ Rails.application.routes.draw do
|
|||
namespace :registrant do
|
||||
root 'domains#index'
|
||||
|
||||
resources :domains do
|
||||
resources :domains, only: %i[index show] do
|
||||
collection do
|
||||
get :download_list
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue