mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
Clean up verifications controller
This commit is contained in:
parent
377a95cc76
commit
55e66724cf
2 changed files with 32 additions and 10 deletions
|
@ -57,7 +57,8 @@ Rails.application.routes.draw 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: /[^\/]+/ }
|
||||
post 'confirms/:name/:token/:decision', to: 'confirms#update', constraints: { name: /[^\/]+/ }
|
||||
|
||||
resources :domains, only: %i[index show], param: :uuid do
|
||||
resource :registry_lock, only: %i[create destroy]
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue