Files
finreport-analyzer/config/routes.rb
T

7 lines
192 B
Ruby

Rails.application.routes.draw do
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
# Defines the root path route ("/")
root "welcome#home"
end