mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
Move bulk domain renew BL to REPP
This commit is contained in:
parent
13455b398c
commit
b8aeba6beb
5 changed files with 70 additions and 11 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'
|
||||
post 'renew/bulk', to: 'domains/renews#bulk_renew'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue