diff --git a/config/routes.rb b/config/routes.rb index 0988139..dbf9e15 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -36,4 +36,5 @@ Rails.application.routes.draw do get 'courses/destroy' get 'login/index' # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html + root 'login#index' end