mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 15:14:47 +02:00
parent
90ed23f64d
commit
b6ecae6a35
41 changed files with 1239 additions and 61 deletions
|
@ -26,7 +26,7 @@ Rails.application.routes.draw do
|
|||
resources :domains, only: %i[index show], param: :uuid do
|
||||
resource :registry_lock, only: %i[create destroy]
|
||||
end
|
||||
resources :contacts, only: %i[index show], param: :uuid
|
||||
resources :contacts, only: %i[index show update], param: :uuid
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -137,7 +137,7 @@ Rails.application.routes.draw do
|
|||
|
||||
resources :registrars, only: :show
|
||||
resources :domains, only: %i[index show] do
|
||||
resources :contacts, only: %i[show]
|
||||
resources :contacts, only: %i[show edit update]
|
||||
|
||||
collection do
|
||||
get :download_list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue