codespaces-rails/config/routes.rb
2022-11-03 15:23:30 +00:00

3 lines
58 B
Ruby

Rails.application.routes.draw do
root "hello#index"
end