mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
Revert "Registry 663"
This commit is contained in:
parent
7ed42b6e82
commit
1690f49575
26 changed files with 165 additions and 308 deletions
|
@ -2,9 +2,7 @@ en:
|
|||
registrant:
|
||||
domains:
|
||||
index:
|
||||
header: Domains
|
||||
registrant: Registrant
|
||||
reset_btn: Reset
|
||||
|
||||
download_list:
|
||||
registrant: Registrant
|
||||
|
|
|
@ -99,7 +99,7 @@ Rails.application.routes.draw do
|
|||
namespace :registrant do
|
||||
root 'domains#index'
|
||||
|
||||
resources :domains, only: %i[index show] do
|
||||
resources :domains do
|
||||
collection do
|
||||
get :download_list
|
||||
end
|
||||
|
@ -107,6 +107,7 @@ Rails.application.routes.draw do
|
|||
member do
|
||||
get 'domain_verification_url'
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
# resources :invoices do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue