Update routes.rb

fix error
This commit is contained in:
chiu 2019-09-18 20:07:54 +08:00
parent 0c19e66062
commit 0932e6f479
1 changed files with 1 additions and 1 deletions

View File

@ -4,8 +4,8 @@ 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
get 'archive_files/categories_order' => 'archive_files#categories_order'
resources :archive_files
get '/archive_files/categories_order' => 'archive_files#categories_order'
end
get "/xhr/archive/download" => "archives#download_file"
end