mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 12:47:29 +02:00
resolve structure conflict
This commit is contained in:
parent
f6e46b8fe6
commit
d56c61bf84
7 changed files with 106 additions and 10 deletions
|
@ -72,9 +72,10 @@ Rails.application.routes.draw do
|
|||
get '/all_notifications', to: 'notifications#all_notifications'
|
||||
end
|
||||
end
|
||||
resource :accreditation_info, only: [:index] do
|
||||
resource :accreditation, only: [:index] do
|
||||
collection do
|
||||
get '/', to: 'accreditation_info#index'
|
||||
get '/get_info', to: 'accreditation_info#index'
|
||||
get '/push_results', to: 'accreditation_results#index'
|
||||
end
|
||||
end
|
||||
resources :nameservers do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue