mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 13:15:40 +02:00
Fix error introduced by merge conflict
This commit is contained in:
parent
9dd9d4b1d6
commit
b18db19035
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ 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: %i[index, show], param: :uuid
|
resources :domains, only: %i[index show], param: :uuid
|
||||||
resources :contacts, only: %i[index show], param: :uuid
|
resources :contacts, only: %i[index show], param: :uuid
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue