mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 13:44:47 +02:00
Remove unused routes
This commit is contained in:
parent
fd95d76c49
commit
1c042877d5
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ Rails.application.routes.draw do
|
|||
|
||||
resources :zonefiles
|
||||
resources :zones, controller: 'dns/zones', except: %i[show destroy]
|
||||
resources :legal_documents
|
||||
resources :legal_documents, only: :show
|
||||
resources :prices, controller: 'billing/prices', except: %i[show destroy] do
|
||||
member do
|
||||
patch :expire
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue