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" },