Skip to content

Commit

Permalink
LG-14828 Remove deprecated state ID step routes
Browse files Browse the repository at this point in the history
changelog: Internal, In-person proofing, Remove deprecated state ID step routes `verify/in_person_proofing/state_id`
  • Loading branch information
shanechesnutt-ft committed Nov 18, 2024
1 parent 76ab9f0 commit 06d2f09
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -410,10 +410,6 @@
# sometimes underscores get messed up when linked to via SMS
as: :capture_doc_dashes

# Deprecated route - temporary redirect while state id changes are rolled out
get '/in_person_proofing/state_id' => redirect('verify/in_person/state_id', status: 307)
put '/in_person_proofing/state_id' => 'in_person/state_id#update'

get '/in_person' => 'in_person#index'
get '/in_person/ready_to_verify' => 'in_person/ready_to_verify#show',
as: :in_person_ready_to_verify
Expand Down

0 comments on commit 06d2f09

Please sign in to comment.