feature flags
This commit is contained in:
@@ -15,7 +15,7 @@ export async function getHomeData() {
|
||||
redirect('/dashboard');
|
||||
}
|
||||
|
||||
const featureService = FeatureFlagService.fromEnv();
|
||||
const featureService = await FeatureFlagService.fromAPI();
|
||||
const isAlpha = featureService.isEnabled('alpha_features');
|
||||
const discovery = await landingService.getHomeDiscovery();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user