mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Add first version of admin bulk change
This commit is contained in:
parent
efdb445488
commit
f3f89bedd7
5 changed files with 96 additions and 28 deletions
|
@ -64,6 +64,7 @@ Rails.application.routes.draw do
|
|||
get ':id/transfer_info', to: 'domains#transfer_info', constraints: { id: /.*/ }
|
||||
post 'transfer', to: 'domains#transfer'
|
||||
patch 'contacts', to: 'domains/contacts#update'
|
||||
patch 'admin_contacts', to: 'domains/admin_contacts#update'
|
||||
post 'renew/bulk', to: 'domains/renews#bulk_renew'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue