Fix error introduced by merge conflict

This commit is contained in:
Maciej Szlosarczyk 2018-08-09 14:07:06 +03:00
parent 9dd9d4b1d6
commit b18db19035
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765

View file

@ -23,7 +23,7 @@ Rails.application.routes.draw do
namespace :registrant do
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
end
end