mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
Merge branch 'master' into registrant-api-contacts-controller
This commit is contained in:
commit
9dd9d4b1d6
7 changed files with 156 additions and 34 deletions
|
@ -23,8 +23,8 @@ Rails.application.routes.draw do
|
|||
namespace :registrant do
|
||||
post 'auth/eid', to: 'auth#eid'
|
||||
|
||||
resources :domains, only: [:index]
|
||||
resources :contacts, only: %i[index show]
|
||||
resources :domains, only: %i[index, show], param: :uuid
|
||||
resources :contacts, only: %i[index show], param: :uuid
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue