mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 05:34:46 +02:00
Update routes
This commit is contained in:
parent
194adec9d3
commit
2a7caaa33e
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ Rails.application.routes.draw do
|
||||||
namespace :registrant do
|
namespace :registrant do
|
||||||
post 'auth/eid', to: 'auth#eid'
|
post 'auth/eid', to: 'auth#eid'
|
||||||
|
|
||||||
resources :domains, only: [:index], param: :uuid do
|
resources :domains, only: %i[index show], param: :uuid do
|
||||||
resource :registry_lock, only: [:create, :destroy]
|
resource :registry_lock, only: %i[create destroy]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue