gateway/config/routes.rb

7 lines
229 B
Ruby
Raw Normal View History

2022-03-25 19:01:50 +01:00
Rails.application.routes.draw do
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
2022-03-30 23:35:47 +02:00
# root to: 'high_voltage/pages#show', id: 'index'
2022-04-09 16:32:07 +02:00
mount LetsEncrypt::Engine => '/.well-known'
2022-03-25 19:01:50 +01:00
end