Merge branch 'registry-918' into registry-922

This commit is contained in:
Maciej Szlosarczyk 2018-07-31 15:29:36 +03:00
commit 5c39cb6917
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
9 changed files with 352 additions and 16 deletions

View file

@ -21,6 +21,8 @@ Rails.application.routes.draw do
namespace :api do
namespace :v1 do
namespace :registrant do
post 'auth/eid', to: 'auth#eid'
resources :domains, only: [:index, :show], param: :uuid
end
end