Merge branch 'master' into registry-927

This commit is contained in:
Maciej Szlosarczyk 2018-08-10 14:30:38 +03:00
commit 647cb53404
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
5 changed files with 176 additions and 3 deletions

View file

@ -26,6 +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
end
end
end