From 52de5b4bf005bcf575af5e0610860858788ba875 Mon Sep 17 00:00:00 2001 From: Oren Mittman Date: Fri, 26 Apr 2024 13:22:17 -0400 Subject: [PATCH] add `claims_api_local_bgs_refactor` feature toggle (#16513) --- 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