diff --git a/config/routes.rb b/config/routes.rb index 14daf5a..5db00c0 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -13,5 +13,5 @@ Rails.application.routes.draw do # get "service-worker" => "rails/pwa#service_worker", as: :pwa_service_worker # Defines the root path route ("/") - # root "posts#index" + root "projects#index" end