Skip to content

Commit

Permalink
redirect traffic to guidance pages
Browse files Browse the repository at this point in the history
  • Loading branch information
asmega committed Sep 25, 2024
1 parent 9a540e2 commit a2f7380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def check_service_open!
return if request.path == destroy_user_session_path # skip this for log out page
return if Gatekeeper.application_open?

redirect_to(closed_path)
redirect_to "https://getintoteaching.education.gov.uk/non-uk-teachers/get-an-international-relocation-payment"
end

def current_form
Expand Down

0 comments on commit a2f7380

Please sign in to comment.