From 22e436b254c0a75205b33a02390d13ca83d60f07 Mon Sep 17 00:00:00 2001 From: Julia Wu Date: Tue, 26 May 2026 16:01:47 -0700 Subject: [PATCH] turn off v2 api on prod --- server/config/feature_flag_configs/production.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config/feature_flag_configs/production.json b/server/config/feature_flag_configs/production.json index dca67ba2ad..5a2dac02da 100644 --- a/server/config/feature_flag_configs/production.json +++ b/server/config/feature_flag_configs/production.json @@ -61,7 +61,7 @@ }, { "name": "use_v2_api", - "enabled": true, + "enabled": false, "owner": "juliawu", "description": "Enables features that rely on the V2 REST APIs" },