mirror of
https://github.com/internetee/registry.git
synced 2025-06-09 06:04:56 +02:00
Add ability for admin to remove registry lock
This commit is contained in:
parent
4743b1e2a5
commit
dffe865d89
10 changed files with 174 additions and 29 deletions
|
@ -182,6 +182,7 @@ Rails.application.routes.draw do
|
|||
resources :pending_updates
|
||||
resources :pending_deletes
|
||||
resource :force_delete, controller: 'domains/force_delete', only: %i[create destroy]
|
||||
resource :registry_lock, controller: 'domains/registry_lock', only: :destroy
|
||||
end
|
||||
|
||||
resources :domain_versions do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue