Skip to content

Commit

Permalink
Merge pull request #2926 from tvdeyen/fix-messages-followup-route
Browse files Browse the repository at this point in the history
fix(ContactMessages): Use alchemy route proxy
  • Loading branch information
tvdeyen authored Jun 10, 2024
2 parents a4e5786 + d845636 commit e98664c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/alchemy/messages_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def redirect_to_success_page
else
Language.current_root_page.urlname
end
redirect_to show_page_path(
redirect_to alchemy.show_page_path(
urlname: urlname,
locale: prefix_locale? ? Current.language.code : nil
)
Expand Down

0 comments on commit e98664c

Please sign in to comment.