mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 13:44:47 +02:00
parent
f8765eca4d
commit
199085f8ac
15 changed files with 152 additions and 113 deletions
|
@ -87,7 +87,6 @@ Rails.application.routes.draw do
|
|||
|
||||
collection do
|
||||
get 'check'
|
||||
get 'download_list'
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -151,11 +150,6 @@ Rails.application.routes.draw do
|
|||
resources :registrars, only: :show
|
||||
resources :domains, only: %i[index show] do
|
||||
resources :contacts, only: %i[show edit update]
|
||||
|
||||
collection do
|
||||
get :download_list
|
||||
end
|
||||
|
||||
member do
|
||||
get 'confirmation'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue