mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Keyrelays index
This commit is contained in:
parent
f8ef86dcd5
commit
71df97f553
8 changed files with 58 additions and 4 deletions
|
@ -455,3 +455,4 @@ en:
|
|||
accepter: 'Accepter'
|
||||
keyrelay_details: 'Keyrelay details'
|
||||
unknown_expiry_absolute_pattern: 'Expiry absolute must be compatible to ISO 8601'
|
||||
domain_name: 'Domain name'
|
||||
|
|
|
@ -13,6 +13,7 @@ Rails.application.routes.draw do
|
|||
|
||||
resources :zonefile_settings
|
||||
|
||||
resources :keyrelays
|
||||
resources :domains
|
||||
resources :settings
|
||||
resources :registrars do
|
||||
|
@ -35,6 +36,7 @@ Rails.application.routes.draw do
|
|||
|
||||
resource :dashboard
|
||||
|
||||
|
||||
root 'domains#index'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue