This commit is contained in:
Chris Hennes 2026-08-11 06:46:34 -07:00 committed by GitHub
commit fa69b7dc56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,8 @@
Osem::Application.routes.draw do
mount LetterOpenerWeb::Engine, at: '/letter_opener' if Rails.env.development?
if Rails.env.development? && defined?(LetterOpenerWeb)
mount LetterOpenerWeb::Engine, at: '/letter_opener'
end
constraints DomainConstraint do
get '/', to: 'conferences#show'
end