Skip to content

Commit

Permalink
Removed 2 unused routes
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljames-dj committed Jan 28, 2025
1 parent bab5615 commit bd4fbee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,6 @@
get '/admin/do_generate_public_export' => 'admin#do_generate_public_export'
get '/admin/override_regional_records' => 'admin#override_regional_records'
post '/admin/override_regional_records' => 'admin#do_override_regional_records'
get '/admin/finish_persons' => 'admin#finish_persons'
post '/admin/finish_persons' => 'admin#do_finish_persons'
get '/admin/complete_persons' => 'admin#complete_persons'
post '/admin/complete_persons' => 'admin#do_complete_persons'
get '/admin/peek_unfinished_results' => 'admin#peek_unfinished_results'
Expand Down

0 comments on commit bd4fbee

Please sign in to comment.