Update routes.rb
This commit is contained in:
parent
4ead947463
commit
0c19e66062
|
@ -5,7 +5,7 @@ locales = Site.find_by(site_active: true).in_use_locales rescue I18n.available_l
|
|||
scope "(:locale)", locale: Regexp.new(locales.join("|")) do
|
||||
namespace :admin do
|
||||
resources :archive_files
|
||||
get 'archive_files/categories_order' => 'archive_files#categories_order'
|
||||
get '/archive_files/categories_order' => 'archive_files#categories_order'
|
||||
end
|
||||
get "/xhr/archive/download" => "archives#download_file"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue