resolve structure conflict

This commit is contained in:
olegphenomenon 2021-10-28 09:49:15 +03:00
parent f6e46b8fe6
commit d56c61bf84
7 changed files with 106 additions and 10 deletions

View file

@ -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