wonder-of-life/config/routes.rb

8 lines
226 B
Ruby
Raw Normal View History

2023-10-23 18:31:32 +02:00
Rails.application.routes.draw do
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
2023-10-23 19:12:16 +02:00
merged_routes( root: true )
2023-10-23 18:31:32 +02:00
# Defines the root path route ("/")
# root "articles#index"
end