akkounts/config/routes.rb
2020-11-07 14:55:07 +01:00

5 lines
167 B
Ruby

Rails.application.routes.draw do
root to: 'welcome#index'
# For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
end