From 4a2c3714ba4687d4ad0a654ed2d9543f096b2972 Mon Sep 17 00:00:00 2001 From: ming Date: Thu, 29 May 2025 08:51:31 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A3=A8=ED=8A=B8=20=EB=9D=BC=EC=9A=B0?= =?UTF-8?q?=ED=8A=B8=20=EC=9E=84=EC=8B=9C=20=EC=A7=80=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 247bd8e..03331dc 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -11,7 +11,7 @@ Rails.application.routes.draw do # Defines the root path route ("/") - root "environment#index" + root to: redirect('/environment?id=1') resources :schedules do member do