mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
Registrant confirms: Poll domain change application
This commit is contained in:
parent
a182dfb3ba
commit
09389ea662
2 changed files with 57 additions and 2 deletions
|
@ -56,12 +56,12 @@ Rails.application.routes.draw do
|
|||
namespace :v1 do
|
||||
namespace :registrant do
|
||||
post 'auth/eid', to: 'auth#eid'
|
||||
|
||||
get 'confirms/:name/:token', to: 'confirms#index', constraints: { name: /[^\/]+/ }
|
||||
post 'confirms/:name/:token', to: 'confirms#update', constraints: { name: /[^\/]+/ }
|
||||
resources :domains, only: %i[index show], param: :uuid do
|
||||
resource :registry_lock, only: %i[create destroy]
|
||||
end
|
||||
resources :contacts, only: %i[index show update], param: :uuid
|
||||
resources :companies, only: %i[index]
|
||||
end
|
||||
|
||||
resources :auctions, only: %i[index show update], param: :uuid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue