Move bulk domain renew BL to REPP

This commit is contained in:
Karl Erik Õunapuu 2020-12-18 14:41:34 +02:00
parent 13455b398c
commit b8aeba6beb
No known key found for this signature in database
GPG key ID: C9DD647298A34764
5 changed files with 70 additions and 11 deletions

View file

@ -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