set default route to projects

This commit is contained in:
Stefan Tollkühn
2025-07-21 15:20:23 +02:00
parent 828dc4a4a3
commit 7764d55022

View File

@@ -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