mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
Mailer: Enable registrant confirm actions via REST
This commit is contained in:
parent
6e1a836c97
commit
4eaa8065ba
3 changed files with 10 additions and 1 deletions
|
@ -63,6 +63,7 @@ Rails.application.routes.draw 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