From 00cffdbcee61537a8549f9440b3d90baf30f7bb1 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Mon, 10 Aug 2020 18:17:03 +0200 Subject: [PATCH] suite --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 08c5387..f36e51f 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -914,7 +914,7 @@ Rails.application.routes.draw do get ':slug.html', to: 'public/m_odrs#show', :as => :public_m_odr - root "public/menu_items#index" + get '/'=> redirect("fr/index.html")