Skip to content

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-hector committed Dec 27, 2024
1 parent 31e6b9d commit d154451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/features/config/providers/config_provider.c.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Future<String> configForPlatform(Ref ref) async {
}
}

const baseUrl = EnvVariable.ION_ORIGIN;
final baseUrl = ref.read(envProvider.notifier).get<String>(EnvVariable.ION_ORIGIN);
final configName = getPlatformConfigName();

final path = '$baseUrl/v1/config/$configName';
Expand Down

0 comments on commit d154451

Please sign in to comment.