Skip to content

Commit

Permalink
Add update route to in_person_controller
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyverdeyen committed Dec 17, 2024
1 parent 8d37db4 commit f07f09d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@
put '/in_person_proofing/state_id' => redirect('verify/in_person/state_id', status: 307)

get '/in_person' => 'in_person#index'
put '/in_person' => 'in_person#update'
get '/in_person/ready_to_verify' => 'in_person/ready_to_verify#show',
as: :in_person_ready_to_verify
post '/in_person/usps_locations' => 'in_person/usps_locations#index'
Expand Down
2 changes: 2 additions & 0 deletions spec/controllers/idv/in_person_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
:before,
:confirm_two_factor_authenticated,
:set_usps_form_presenter,
:redirect_unless_enrollment,
:initialize_in_person_session,
)
end
end
Expand Down

0 comments on commit f07f09d

Please sign in to comment.