Skip to content

Commit

Permalink
Revert "LG-14828 Remove deprecated state ID step routes (#11510)" (#1…
Browse files Browse the repository at this point in the history
…1542)

This reverts commit 7621932.
  • Loading branch information
aduth committed Nov 21, 2024
1 parent fa0524f commit bcbedff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,10 @@
# 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 bcbedff

Please sign in to comment.