mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +02:00
Merge branch 'master' into registry-790
This commit is contained in:
commit
c48cdf68b6
16 changed files with 918 additions and 56 deletions
|
@ -23,7 +23,8 @@ Rails.application.routes.draw do
|
|||
namespace :registrant do
|
||||
post 'auth/eid', to: 'auth#eid'
|
||||
|
||||
resources :domains, only: [:index, :show], param: :uuid
|
||||
resources :domains, only: %i[index show], param: :uuid
|
||||
resources :contacts, only: %i[index show], param: :uuid
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue