Skip to content

Commit

Permalink
Fix typo in routes.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjeon committed Oct 29, 2024
1 parent fa4f603 commit c204f30
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
@@ -1,6 +1,6 @@
Rails.application.routes.draw do
if Rails.env.production?
constraints(host: /^refactoring\.com$/) do
constraints(host: /^refactoringcv\.com$/) do
match "/(*path)", to: redirect(subdomain: "www"), via: :all
end
end
Expand Down

0 comments on commit c204f30

Please sign in to comment.