From 40e2d99f84a89ddca4fb1b9d8ea4c7eaf5915dd7 Mon Sep 17 00:00:00 2001 From: Joshua Backfield Date: Mon, 15 Apr 2024 09:46:08 -0400 Subject: [PATCH] 97 Removed anything non-db related for initial PR. --- config/routes.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index cc8807d889f..4d4044aa73d 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -149,8 +149,6 @@ get 'claim_letters', to: 'claim_letters#index' get 'claim_letters/:document_id', to: 'claim_letters#show' - get 'average_days_for_claim_completion', to: 'average_days_for_claim_completion#index' - get 'virtual_agent_claim_letters', to: 'virtual_agent_claim_letters#index' get 'virtual_agent_claim_letters/:document_id', to: 'virtual_agent_claim_letters#show'