Add Registrant/Contacts endpoint

This commit is contained in:
Maciej Szlosarczyk 2018-08-01 14:57:41 +03:00
parent fe08fccf63
commit 3673c69319
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
3 changed files with 127 additions and 0 deletions

View file

@ -24,6 +24,7 @@ Rails.application.routes.draw do
post 'auth/eid', to: 'auth#eid'
resources :domains, only: [:index]
resources :contacts, only: %i[index show]
end
end
end