Update routes.rb

This commit is contained in:
chiu 2019-08-23 13:33:31 +08:00
parent 540789e52b
commit 6f2a7ce315
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Rails.application.routes.draw do
namespace :admin do
get "/testings/order" => "testings#order"
post "/testings/updateorder" => "testings#updateorder"
resources :faqs
resources :testings
end
end
end