Add remove clientHold to registrar UI

This commit is contained in:
Alex Sherman 2020-02-19 14:09:45 +05:00
parent adba253d01
commit 3b332da0bb
9 changed files with 30 additions and 0 deletions

View file

@ -99,6 +99,7 @@ Rails.application.routes.draw do
get 'check'
get 'delete'
get 'search_contacts'
get 'remove_hold'
end
end
resources :domain_transfers, only: %i[new create]