mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 10:45:58 +02:00
Merge branch 'registry-918' into registry-922
This commit is contained in:
commit
5c39cb6917
9 changed files with 352 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue