summaryrefslogtreecommitdiff
path: root/config/routes.rb
blob: 262ffd54723e5cce68e9e6375fb29e045521f2b1 (plain)
1
2
3
4
5
6
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 "articles#index"
end