Remove impossible route

Hash fragments are not part of the http request and not sent to the
server. So the routes will never see a hash fragment which means that
this route is never used.
This commit is contained in:
Maikel Linke
2018-06-26 07:31:21 +10:00
parent b302a1d03d
commit 86f2d7a344

View File

@@ -8,7 +8,6 @@ Openfoodnetwork::Application.routes.draw do
get "/t/products/:id", to: redirect("/")
get "/about_us", to: redirect(ContentConfig.footer_about_url)
get "/#/login", to: "home#index", as: :spree_login
get "/login", to: redirect("/#/login")
get "/discourse/login", to: "discourse_sso#login"