Skip to content

Commit d4e85b0

Browse files
committed
feat: add feature flag for chat v2 endpoint in LearnerAppConfig
1 parent af50d5a commit d4e85b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ initialize({
196196
PRIVACY_POLICY_URL: process.env.PRIVACY_POLICY_URL || null,
197197
SHOW_UNGRADED_ASSIGNMENT_PROGRESS: process.env.SHOW_UNGRADED_ASSIGNMENT_PROGRESS || false,
198198
ENABLE_XPERT_AUDIT: process.env.ENABLE_XPERT_AUDIT || false,
199+
FEATURE_ENABLE_CHAT_V2_ENDPOINT: process.env.FEATURE_ENABLE_CHAT_V2_ENDPOINT || false,
199200
}, 'LearnerAppConfig');
200201
},
201202
},

0 commit comments

Comments
 (0)