Rollback routes OPTIONS change [ci skip]
This commit is contained in:
parent
460f763be5
commit
f58fba3f71
1 changed files with 1 additions and 1 deletions
|
|
@ -114,6 +114,6 @@ Osem::Application.routes.draw do
|
||||||
|
|
||||||
get "/admin" => redirect("/admin/conference")
|
get "/admin" => redirect("/admin/conference")
|
||||||
|
|
||||||
root :to => "home#index", :via => [:get, :options]
|
root :to => "home#index"
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue