mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Reformat
This commit is contained in:
parent
152759ab73
commit
288db24ab1
1 changed files with 2 additions and 4 deletions
|
@ -101,6 +101,8 @@ Rails.application.routes.draw do
|
|||
namespace :registrant do
|
||||
root 'domains#index'
|
||||
|
||||
resources :registrars, only: :show
|
||||
resources :contacts, only: :show
|
||||
resources :domains, only: %i[index show] do
|
||||
collection do
|
||||
get :download_list
|
||||
|
@ -125,12 +127,8 @@ Rails.application.routes.draw do
|
|||
post 'id' => 'sessions#id'
|
||||
get 'logout' => '/devise/sessions#destroy'
|
||||
end
|
||||
|
||||
resources :registrars, only: :show
|
||||
resources :contacts, only: :show
|
||||
end
|
||||
|
||||
|
||||
# ADMIN ROUTES
|
||||
namespace :admin do
|
||||
resources :keyrelays
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue