Skip to content

Commit

Permalink
LG-15223 Delete deprecated FSM State ID URL (#11655)
Browse files Browse the repository at this point in the history
* Delete deprecated FSM StateID url

* changelog: Internal, In-person proofing, Delete deprecated FSM state ID url
  • Loading branch information
gina-yamada authored Dec 19, 2024
1 parent 842401c commit d4596ff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -416,11 +416,6 @@
get '/capture-doc' => 'hybrid_mobile/entry#show',
# 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' => redirect('verify/in_person/state_id', status: 307)

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 d4596ff

Please sign in to comment.