From 218508c4530098e117e5eac194ed1d20e559d58a Mon Sep 17 00:00:00 2001 From: Oren Mittman Date: Thu, 25 Apr 2024 22:53:28 -0400 Subject: [PATCH] add `claims_api_local_bgs_refactor` feature toggle --- config/features.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/features.yml b/config/features.yml index 4f147f2f588..2574d4c72de 100644 --- a/config/features.yml +++ b/config/features.yml @@ -164,6 +164,10 @@ features: actor_type: user description: Enables users to access the claim letters page enable_in_development: true + claims_api_local_bgs_refactor: + actor_type: user + description: Diverts codepath to LocalBGSRefactored + enable_in_development: true cst_use_lighthouse_5103: actor_type: user description: When enabled, claims status tool uses the Lighthouse API for the 5103 endpoint