diff --git a/config/routes.rb b/config/routes.rb index 215cf21..9ad0187 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -4,4 +4,6 @@ resources :heartbeat, only: [:index] resources :events, only: [:index] resources :switchover, only: [:index] + + root to: redirect("/events") end