mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Add Registrant/Contacts endpoint
This commit is contained in:
parent
fe08fccf63
commit
3673c69319
3 changed files with 127 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue