Skip to content

Commit

Permalink
Fix root call in routes
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Mar 10, 2022
1 parent 07435d9 commit 310b422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
# Handle conferences on custom domains.
# This *must* come before any other root definition.
constraints DomainConstraint do
root to: 'conferences#show'
get '/', to: 'conferences#show'
end

unless ENV['OSEM_ROOT_CONFERENCE'].blank?
Expand Down

0 comments on commit 310b422

Please sign in to comment.