gateway/config/routes.rb
2022-03-30 15:36:11 +03:00

6 lines
182 B
Ruby

Rails.application.routes.draw do
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
root to: 'high_voltage/pages#show', id: 'index'
end